Showing:

Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by

Table of Contents

Group by:

http://ead3.archivists.org/schema/

Elements
Main schema ead_revised.xsd
Properties
attribute form default unqualified
element form default qualified
[ top ]
Element schema:ead
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#ead_relatedencoding ead_revised.tmp#control ead_revised.tmp#archdesc
Properties
content complex
Model
Children schema:archdesc, schema:control
Instance
<schema:ead altrender="" audience="" id="" lang="" relatedencoding="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:control altrender="" audience="" base="" id="" lang="" relatedencoding="" script="">{1,1}</schema:control>
  <schema:archdesc altrender="" audience="" encodinganalog="" id="" lang="" level="" localtype="" otherlevel="" relatedencoding="" script="">{1,1}</schema:archdesc>
</schema:ead>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
relatedencoding optional
script optional
Source
<xs:element name="ead">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="schema:control"/>
      <xs:element ref="schema:archdesc"/>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="relatedencoding"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:control
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#control_base ead_revised.tmp#control_relatedencoding ead_revised.tmp#recordid ead_revised.tmp#otherrecordid ead_revised.tmp#representation ead_revised.tmp#filedesc ead_revised.tmp#maintenancestatus ead_revised.tmp#publicationstatus ead_revised.tmp#maintenanceagency ead_revised.tmp#languagedeclaration ead_revised.tmp#conventiondeclaration ead_revised.tmp#localtypedeclaration ead_revised.tmp#localcontrol ead_revised.tmp#maintenancehistory ead_revised.tmp#sources
Properties
content complex
Used by
Element schema:ead
Model
Children schema:conventiondeclaration, schema:filedesc, schema:languagedeclaration, schema:localcontrol, schema:localtypedeclaration, schema:maintenanceagency, schema:maintenancehistory, schema:maintenancestatus, schema:otherrecordid, schema:publicationstatus, schema:recordid, schema:representation, schema:sources
Instance
<schema:control altrender="" audience="" base="" id="" lang="" relatedencoding="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:recordid altrender="" audience="" id="" instanceurl="" lang="" script="">{1,1}</schema:recordid>
  <schema:otherrecordid altrender="" audience="" id="" lang="" localtype="" script="">{0,unbounded}</schema:otherrecordid>
  <schema:representation actuate="" altrender="" arcrole="" audience="" href="" id="" lang="" linkrole="" linktitle="" linktype="" localtype="" script="" show="">{0,unbounded}</schema:representation>
  <schema:filedesc altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</schema:filedesc>
  <schema:maintenancestatus altrender="" audience="" id="" lang="" script="" value="">{1,1}</schema:maintenancestatus>
  <schema:publicationstatus altrender="" audience="" id="" lang="" script="" value="">{0,1}</schema:publicationstatus>
  <schema:maintenanceagency altrender="" audience="" id="" lang="" script="">{1,1}</schema:maintenanceagency>
  <schema:languagedeclaration altrender="" audience="" id="" lang="" script="">{0,unbounded}</schema:languagedeclaration>
  <schema:conventiondeclaration altrender="" audience="" id="" lang="" script="">{0,unbounded}</schema:conventiondeclaration>
  <schema:localtypedeclaration altrender="" audience="" id="" lang="" script="">{0,unbounded}</schema:localtypedeclaration>
  <schema:localcontrol altrender="" audience="" id="" lang="" localtype="" script="">{0,unbounded}</schema:localcontrol>
  <schema:maintenancehistory altrender="" audience="" id="" lang="" script="">{1,1}</schema:maintenancehistory>
  <schema:sources altrender="" audience="" base="" id="" lang="" script="">{0,1}</schema:sources>
</schema:control>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
base xs:anyURI optional
id xs:ID optional
lang optional
relatedencoding optional
script optional
Source
<xs:element name="control">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="schema:recordid"/>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="schema:otherrecordid"/>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="schema:representation"/>
      <xs:element ref="schema:filedesc"/>
      <xs:element ref="schema:maintenancestatus"/>
      <xs:element minOccurs="0" ref="schema:publicationstatus"/>
      <xs:element ref="schema:maintenanceagency"/>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="schema:languagedeclaration"/>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="schema:conventiondeclaration"/>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="schema:localtypedeclaration"/>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="schema:localcontrol"/>
      <xs:element ref="schema:maintenancehistory"/>
      <xs:element minOccurs="0" ref="schema:sources"/>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="base" type="xs:anyURI"/>
    <xs:attribute name="relatedencoding"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:recordid
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#recordid_instanceurl
Properties
content complex
mixed true
Used by
Element schema:control
Model
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
instanceurl xs:anyURI optional
lang optional
script optional
Source
<xs:element name="recordid">
  <xs:complexType mixed="true">
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="instanceurl" type="xs:anyURI"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:otherrecordid
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#m.id
Properties
content complex
mixed true
Used by
Element schema:control
Model
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
localtype optional
script optional
Source
<xs:element name="otherrecordid">
  <xs:complexType mixed="true">
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attributeGroup ref="schema:m.id"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:representation
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#am.simplelink ead_revised.tmp#representation_localtype
Properties
content complex
mixed true
Used by
Element schema:control
Model
Attributes
QName Type Use
actuate restriction of xs:token optional
altrender optional
arcrole xs:anyURI optional
audience restriction of xs:token optional
href xs:anyURI optional
id xs:ID optional
lang optional
linkrole xs:anyURI optional
linktitle optional
linktype restriction of xs:token optional
localtype optional
script optional
show restriction of xs:token optional
Source
<xs:element name="representation">
  <xs:complexType mixed="true">
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attributeGroup ref="schema:am.simplelink"/>
    <xs:attribute name="localtype"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:filedesc
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#filedesc_encodinganalog ead_revised.tmp#titlestmt ead_revised.tmp#editionstmt ead_revised.tmp#publicationstmt ead_revised.tmp#seriesstmt ead_revised.tmp#notestmt
Properties
content complex
Used by
Element schema:control
Model
Children schema:editionstmt, schema:notestmt, schema:publicationstmt, schema:seriesstmt, schema:titlestmt
Instance
<schema:filedesc altrender="" audience="" encodinganalog="" id="" lang="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:titlestmt altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</schema:titlestmt>
  <schema:editionstmt altrender="" audience="" encodinganalog="" id="" lang="" script="">{0,1}</schema:editionstmt>
  <schema:publicationstmt altrender="" audience="" encodinganalog="" id="" lang="" script="">{0,1}</schema:publicationstmt>
  <schema:seriesstmt altrender="" audience="" encodinganalog="" id="" lang="" script="">{0,1}</schema:seriesstmt>
  <schema:notestmt altrender="" audience="" encodinganalog="" id="" lang="" script="">{0,1}</schema:notestmt>
</schema:filedesc>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="filedesc">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="schema:titlestmt"/>
      <xs:element minOccurs="0" ref="schema:editionstmt"/>
      <xs:element minOccurs="0" ref="schema:publicationstmt"/>
      <xs:element minOccurs="0" ref="schema:seriesstmt"/>
      <xs:element minOccurs="0" ref="schema:notestmt"/>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:titlestmt
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#titlestmt_encodinganalog ead_revised.tmp#titleproper ead_revised.tmp#subtitle ead_revised.tmp#author ead_revised.tmp#sponsor
Properties
content complex
Used by
Element schema:filedesc
Model
Children schema:author, schema:sponsor, schema:subtitle, schema:titleproper
Instance
<schema:titlestmt altrender="" audience="" encodinganalog="" id="" lang="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:titleproper altrender="" audience="" encodinganalog="" id="" lang="" localtype="" render="" script="">{1,unbounded}</schema:titleproper>
  <schema:subtitle altrender="" audience="" encodinganalog="" id="" lang="" script="">{0,unbounded}</schema:subtitle>
  <schema:author altrender="" audience="" encodinganalog="" id="" lang="" script="">{0,unbounded}</schema:author>
  <schema:sponsor altrender="" audience="" encodinganalog="" id="" lang="" script="">{0,unbounded}</schema:sponsor>
</schema:titlestmt>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="titlestmt">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="schema:titleproper"/>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="schema:subtitle"/>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="schema:author"/>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="schema:sponsor"/>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:titleproper
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#titleproper_render ead_revised.tmp#titleproper_localtype ead_revised.tmp#titleproper_encodinganalog ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#foreign ead_revised.tmp#m.mixed.basic
Properties
content complex
mixed true
Used by
Model
Children schema:abbr, schema:emph, schema:expan, schema:foreign, schema:lb, schema:ptr, schema:ref
Instance
<schema:titleproper altrender="" audience="" encodinganalog="" id="" lang="" localtype="" render="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</schema:abbr>
  <schema:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</schema:expan>
  <schema:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:emph>
  <schema:lb>{1,1}</schema:lb>
  <schema:ref actuate="" altrender="" arcrole="" audience="" href="" id="" lang="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</schema:ref>
  <schema:ptr actuate="" altrender="" arcrole="" audience="" href="" id="" linkrole="" linktitle="" linktype="" show="" target="" xpointer="">{1,1}</schema:ptr>
  <schema:foreign altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:foreign>
</schema:titleproper>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
localtype optional
render schema:av.render optional
script optional
Source
<xs:element name="titleproper">
  <xs:complexType mixed="true">
    <xs:group ref="schema:m.mixed.basic"/>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="render" type="schema:av.render"/>
    <xs:attribute name="localtype"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:abbr
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#abbr_expan
Properties
content complex
mixed true
Used by
Model
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
expan optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="abbr">
  <xs:complexType mixed="true">
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="expan"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:expan
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#expan_abbr
Properties
content complex
mixed true
Used by
Model
Attributes
QName Type Use
abbr optional
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="expan">
  <xs:complexType mixed="true">
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="abbr"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:emph
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#emph_render
Properties
content complex
mixed true
Used by
Model
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
render schema:av.render optional
script optional
Source
<xs:element name="emph">
  <xs:complexType mixed="true">
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="render" type="schema:av.render"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:lb
Diagram
Diagram
Properties
content complex
Used by
Source
<xs:element name="lb">
  <xs:complexType/>
</xs:element>
[ top ]
Element schema:ref
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#a.internal.ptr ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ptr ead_revised.tmp#quote ead_revised.tmp#num ead_revised.tmp#footnote ead_revised.tmp#date ead_revised.tmp#m.access.title
Properties
content complex
mixed true
Used by
Model
Children schema:abbr, schema:date, schema:emph, schema:expan, schema:footnote, schema:lb, schema:m.access.title, schema:num, schema:ptr, schema:quote
Instance
<schema:ref actuate="" altrender="" arcrole="" audience="" href="" id="" lang="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</schema:abbr>
  <schema:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</schema:expan>
  <schema:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:emph>
  <schema:lb>{1,1}</schema:lb>
  <schema:ptr actuate="" altrender="" arcrole="" audience="" href="" id="" linkrole="" linktitle="" linktype="" show="" target="" xpointer="">{1,1}</schema:ptr>
  <schema:quote altrender="" audience="" id="" lang="" localtype="" script="">{1,1}</schema:quote>
  <schema:num altrender="" audience="" id="" lang="" localtype="" script="">{1,1}</schema:num>
  <schema:footnote actuate="" altrender="" audience="" id="" lang="" localtype="" script="" show="">{1,1}</schema:footnote>
  <schema:date altrender="" audience="" calendar="" certainty="" encodinganalog="" era="" id="" lang="" localtype="" normal="" script="">{1,1}</schema:date>
  <schema:m.access.title>{1,1}</schema:m.access.title>
</schema:ref>
Attributes
QName Type Use
actuate restriction of xs:token optional
altrender optional
arcrole xs:anyURI optional
audience restriction of xs:token optional
href xs:anyURI optional
id xs:ID optional
lang optional
linkrole xs:anyURI optional
linktitle optional
linktype restriction of xs:token optional
script optional
show restriction of xs:token optional
target xs:IDREF optional
xpointer optional
Source
<xs:element name="ref">
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="schema:abbr"/>
      <xs:element ref="schema:expan"/>
      <xs:element ref="schema:emph"/>
      <xs:element ref="schema:lb"/>
      <xs:element ref="schema:ptr"/>
      <xs:element ref="schema:quote"/>
      <xs:element ref="schema:num"/>
      <xs:element ref="schema:footnote"/>
      <xs:element ref="schema:date"/>
      <xs:element ref="schema:m.access.title"/>
    </xs:choice>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attributeGroup ref="schema:a.internal.ptr"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:ptr
Diagram
Diagram ead_revised.tmp#a.common.empty ead_revised.tmp#a.internal.ptr
Properties
content complex
Used by
Attributes
QName Type Use
actuate restriction of xs:token optional
altrender optional
arcrole xs:anyURI optional
audience restriction of xs:token optional
href xs:anyURI optional
id xs:ID optional
linkrole xs:anyURI optional
linktitle optional
linktype restriction of xs:token optional
show restriction of xs:token optional
target xs:IDREF optional
xpointer optional
Source
<xs:element name="ptr">
  <xs:complexType>
    <xs:attributeGroup ref="schema:a.common.empty"/>
    <xs:attributeGroup ref="schema:a.internal.ptr"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:quote
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#quote_localtype ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#foreign ead_revised.tmp#m.mixed.basic
Properties
content complex
mixed true
Used by
Model
Children schema:abbr, schema:emph, schema:expan, schema:foreign, schema:lb, schema:ptr, schema:ref
Instance
<schema:quote altrender="" audience="" id="" lang="" localtype="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</schema:abbr>
  <schema:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</schema:expan>
  <schema:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:emph>
  <schema:lb>{1,1}</schema:lb>
  <schema:ref actuate="" altrender="" arcrole="" audience="" href="" id="" lang="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</schema:ref>
  <schema:ptr actuate="" altrender="" arcrole="" audience="" href="" id="" linkrole="" linktitle="" linktype="" show="" target="" xpointer="">{1,1}</schema:ptr>
  <schema:foreign altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:foreign>
</schema:quote>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
localtype optional
script optional
Source
<xs:element name="quote">
  <xs:complexType mixed="true">
    <xs:group ref="schema:m.mixed.basic"/>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="localtype"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:foreign
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#foreign_render
Properties
content complex
mixed true
Used by
Element Group schema:m.mixed.basic
Model
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
render schema:av.render optional
script optional
Source
<xs:element name="foreign">
  <xs:complexType mixed="true">
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="render" type="schema:av.render"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:num
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#num_localtype ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#foreign ead_revised.tmp#m.mixed.basic
Properties
content complex
mixed true
Used by
Model
Children schema:abbr, schema:emph, schema:expan, schema:foreign, schema:lb, schema:ptr, schema:ref
Instance
<schema:num altrender="" audience="" id="" lang="" localtype="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</schema:abbr>
  <schema:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</schema:expan>
  <schema:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:emph>
  <schema:lb>{1,1}</schema:lb>
  <schema:ref actuate="" altrender="" arcrole="" audience="" href="" id="" lang="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</schema:ref>
  <schema:ptr actuate="" altrender="" arcrole="" audience="" href="" id="" linkrole="" linktitle="" linktype="" show="" target="" xpointer="">{1,1}</schema:ptr>
  <schema:foreign altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:foreign>
</schema:num>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
localtype optional
script optional
Source
<xs:element name="num">
  <xs:complexType mixed="true">
    <xs:group ref="schema:m.mixed.basic"/>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="localtype"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:footnote
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#footnote_localtype ead_revised.tmp#footnote_show ead_revised.tmp#footnote_actuate ead_revised.tmp#m.blocks
Properties
content complex
Used by
Model
Children schema:m.blocks
Instance
<schema:footnote actuate="" altrender="" audience="" id="" lang="" localtype="" script="" show="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:m.blocks>{1,unbounded}</schema:m.blocks>
</schema:footnote>
Attributes
QName Type Use
actuate restriction of xs:token optional
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
localtype optional
script optional
show restriction of xs:token optional
Source
<xs:element name="footnote">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="schema:m.blocks"/>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="localtype"/>
    <xs:attribute name="show">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="embed"/>
          <xs:enumeration value="new"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="actuate">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="onload"/>
          <xs:enumeration value="onrequest"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:m.blocks
Diagram
Diagram ead_revised.tmp#m.inter ead_revised.tmp#p
Properties
abstract true
Substitution Group
Used by
Source
<xs:element name="m.blocks" abstract="true"/>
[ top ]
Element schema:date
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#date_localtype ead_revised.tmp#am.dates.era ead_revised.tmp#am.dates.calendar ead_revised.tmp#am.date.normal ead_revised.tmp#date_certainty ead_revised.tmp#date_encodinganalog ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#foreign ead_revised.tmp#m.mixed.basic
Properties
content complex
mixed true
Used by
Model
Children schema:abbr, schema:emph, schema:expan, schema:foreign, schema:lb, schema:ptr, schema:ref
Instance
<schema:date altrender="" audience="" calendar="" certainty="" encodinganalog="" era="" id="" lang="" localtype="" normal="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</schema:abbr>
  <schema:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</schema:expan>
  <schema:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:emph>
  <schema:lb>{1,1}</schema:lb>
  <schema:ref actuate="" altrender="" arcrole="" audience="" href="" id="" lang="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</schema:ref>
  <schema:ptr actuate="" altrender="" arcrole="" audience="" href="" id="" linkrole="" linktitle="" linktype="" show="" target="" xpointer="">{1,1}</schema:ptr>
  <schema:foreign altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:foreign>
</schema:date>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
calendar xs:NMTOKEN optional
certainty optional
encodinganalog optional
era xs:NMTOKEN optional
id xs:ID optional
lang optional
localtype optional
normal xs:token optional
script optional
Source
<xs:element name="date">
  <xs:complexType mixed="true">
    <xs:group ref="schema:m.mixed.basic"/>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="localtype"/>
    <xs:attributeGroup ref="schema:am.dates.era"/>
    <xs:attributeGroup ref="schema:am.dates.calendar"/>
    <xs:attributeGroup ref="schema:am.date.normal"/>
    <xs:attribute name="certainty"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:m.access.title
Diagram
Diagram ead_revised.tmp#m.access ead_revised.tmp#title
Properties
abstract true
Substitution Group
Used by
Source
<xs:element name="m.access.title" abstract="true"/>
[ top ]
Element schema:subtitle
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#subtitle_encodinganalog ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#foreign ead_revised.tmp#m.mixed.basic
Properties
content complex
mixed true
Used by
Model
Children schema:abbr, schema:emph, schema:expan, schema:foreign, schema:lb, schema:ptr, schema:ref
Instance
<schema:subtitle altrender="" audience="" encodinganalog="" id="" lang="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</schema:abbr>
  <schema:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</schema:expan>
  <schema:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:emph>
  <schema:lb>{1,1}</schema:lb>
  <schema:ref actuate="" altrender="" arcrole="" audience="" href="" id="" lang="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</schema:ref>
  <schema:ptr actuate="" altrender="" arcrole="" audience="" href="" id="" linkrole="" linktitle="" linktype="" show="" target="" xpointer="">{1,1}</schema:ptr>
  <schema:foreign altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:foreign>
</schema:subtitle>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="subtitle">
  <xs:complexType mixed="true">
    <xs:group ref="schema:m.mixed.basic"/>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:author
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#author_encodinganalog ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#foreign ead_revised.tmp#m.mixed.basic
Properties
content complex
mixed true
Used by
Model
Children schema:abbr, schema:emph, schema:expan, schema:foreign, schema:lb, schema:ptr, schema:ref
Instance
<schema:author altrender="" audience="" encodinganalog="" id="" lang="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</schema:abbr>
  <schema:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</schema:expan>
  <schema:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:emph>
  <schema:lb>{1,1}</schema:lb>
  <schema:ref actuate="" altrender="" arcrole="" audience="" href="" id="" lang="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</schema:ref>
  <schema:ptr actuate="" altrender="" arcrole="" audience="" href="" id="" linkrole="" linktitle="" linktype="" show="" target="" xpointer="">{1,1}</schema:ptr>
  <schema:foreign altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:foreign>
</schema:author>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="author">
  <xs:complexType mixed="true">
    <xs:group ref="schema:m.mixed.basic"/>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:sponsor
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#sponsor_encodinganalog ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#foreign ead_revised.tmp#m.mixed.basic
Properties
content complex
mixed true
Used by
Model
Children schema:abbr, schema:emph, schema:expan, schema:foreign, schema:lb, schema:ptr, schema:ref
Instance
<schema:sponsor altrender="" audience="" encodinganalog="" id="" lang="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</schema:abbr>
  <schema:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</schema:expan>
  <schema:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:emph>
  <schema:lb>{1,1}</schema:lb>
  <schema:ref actuate="" altrender="" arcrole="" audience="" href="" id="" lang="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</schema:ref>
  <schema:ptr actuate="" altrender="" arcrole="" audience="" href="" id="" linkrole="" linktitle="" linktype="" show="" target="" xpointer="">{1,1}</schema:ptr>
  <schema:foreign altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:foreign>
</schema:sponsor>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="sponsor">
  <xs:complexType mixed="true">
    <xs:group ref="schema:m.mixed.basic"/>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:editionstmt
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#editionstmt_encodinganalog ead_revised.tmp#edition ead_revised.tmp#p
Properties
content complex
Used by
Element schema:filedesc
Model
Children schema:edition, schema:p
Instance
<schema:editionstmt altrender="" audience="" encodinganalog="" id="" lang="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:edition altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</schema:edition>
  <schema:p altrender="" audience="" id="" lang="" script="">{1,1}</schema:p>
</schema:editionstmt>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="editionstmt">
  <xs:complexType>
    <xs:choice maxOccurs="unbounded">
      <xs:element ref="schema:edition"/>
      <xs:element ref="schema:p"/>
    </xs:choice>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:edition
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#edition_encodinganalog ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#foreign ead_revised.tmp#m.mixed.basic
Properties
content complex
mixed true
Used by
Model
Children schema:abbr, schema:emph, schema:expan, schema:foreign, schema:lb, schema:ptr, schema:ref
Instance
<schema:edition altrender="" audience="" encodinganalog="" id="" lang="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</schema:abbr>
  <schema:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</schema:expan>
  <schema:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:emph>
  <schema:lb>{1,1}</schema:lb>
  <schema:ref actuate="" altrender="" arcrole="" audience="" href="" id="" lang="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</schema:ref>
  <schema:ptr actuate="" altrender="" arcrole="" audience="" href="" id="" linkrole="" linktitle="" linktype="" show="" target="" xpointer="">{1,1}</schema:ptr>
  <schema:foreign altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:foreign>
</schema:edition>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="edition">
  <xs:complexType mixed="true">
    <xs:group ref="schema:m.mixed.basic"/>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:p
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#foreign ead_revised.tmp#m.mixed.basic ead_revised.tmp#quote ead_revised.tmp#num ead_revised.tmp#footnote ead_revised.tmp#date ead_revised.tmp#m.mixed.basic.plus ead_revised.tmp#m.access.title ead_revised.tmp#list ead_revised.tmp#m.para.content ead_revised.tmp#m.blocks
Properties
content complex
mixed true
Substitution Group Affiliation
Used by
Model
Children schema:abbr, schema:date, schema:emph, schema:expan, schema:footnote, schema:foreign, schema:lb, schema:list, schema:m.access.title, schema:num, schema:ptr, schema:quote, schema:ref
Instance
<schema:p altrender="" audience="" id="" lang="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</schema:abbr>
  <schema:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</schema:expan>
  <schema:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:emph>
  <schema:lb>{1,1}</schema:lb>
  <schema:ref actuate="" altrender="" arcrole="" audience="" href="" id="" lang="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</schema:ref>
  <schema:ptr actuate="" altrender="" arcrole="" audience="" href="" id="" linkrole="" linktitle="" linktype="" show="" target="" xpointer="">{1,1}</schema:ptr>
  <schema:foreign altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:foreign>
  <schema:quote altrender="" audience="" id="" lang="" localtype="" script="">{1,1}</schema:quote>
  <schema:num altrender="" audience="" id="" lang="" localtype="" script="">{1,1}</schema:num>
  <schema:footnote actuate="" altrender="" audience="" id="" lang="" localtype="" script="" show="">{1,1}</schema:footnote>
  <schema:date altrender="" audience="" calendar="" certainty="" encodinganalog="" era="" id="" lang="" localtype="" normal="" script="">{1,1}</schema:date>
  <schema:m.access.title>{1,1}</schema:m.access.title>
  <schema:list altrender="" audience="" id="" lang="" listtype="" mark="" numeration="" script="">{1,1}</schema:list>
</schema:p>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="p" substitutionGroup="schema:m.blocks">
  <xs:complexType mixed="true">
    <xs:group minOccurs="0" maxOccurs="unbounded" ref="schema:m.para.content"/>
    <xs:attributeGroup ref="schema:a.common"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:list
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#list_listtype ead_revised.tmp#list_mark ead_revised.tmp#list_numeration ead_revised.tmp#head ead_revised.tmp#item ead_revised.tmp#listhead ead_revised.tmp#defitem ead_revised.tmp#m.inter.noquote
Properties
content complex
Substitution Group Affiliation
Used by
Element Group schema:m.para.content
Model
Children schema:defitem, schema:head, schema:item, schema:listhead
Instance
<schema:list altrender="" audience="" id="" lang="" listtype="" mark="" numeration="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</schema:head>
  <schema:item altrender="" audience="" id="" lang="" script="">{1,unbounded}</schema:item>
  <schema:listhead altrender="" audience="" id="" lang="" script="">{0,1}</schema:listhead>
  <schema:defitem altrender="" audience="" id="" lang="" script="">{1,unbounded}</schema:defitem>
</schema:list>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
listtype restriction of xs:token optional
mark restriction of xs:token optional
numeration restriction of xs:token optional
script optional
Source
<xs:element name="list" substitutionGroup="schema:m.inter.noquote">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="schema:head"/>
      <xs:choice>
        <xs:element maxOccurs="unbounded" ref="schema:item"/>
        <xs:sequence>
          <xs:element minOccurs="0" ref="schema:listhead"/>
          <xs:element maxOccurs="unbounded" ref="schema:defitem"/>
        </xs:sequence>
      </xs:choice>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="listtype">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="deflist"/>
          <xs:enumeration value="unordered"/>
          <xs:enumeration value="ordered"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="mark">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="disc"/>
          <xs:enumeration value="circle"/>
          <xs:enumeration value="square"/>
          <xs:enumeration value="decimal"/>
          <xs:enumeration value="decimal-leading-zero"/>
          <xs:enumeration value="lower-roman"/>
          <xs:enumeration value="upper-roman"/>
          <xs:enumeration value="lower-greek"/>
          <xs:enumeration value="lower-latin"/>
          <xs:enumeration value="upper-latin"/>
          <xs:enumeration value="armenian"/>
          <xs:enumeration value="georgian"/>
          <xs:enumeration value="lower-alpha"/>
          <xs:enumeration value="upper-alpha"/>
          <xs:enumeration value="none"/>
          <xs:enumeration value="inherit"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="numeration">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="arabic"/>
          <xs:enumeration value="upperalpha"/>
          <xs:enumeration value="loweralpha"/>
          <xs:enumeration value="upperroman"/>
          <xs:enumeration value="lowerroman"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:head
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#head_althead ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#foreign ead_revised.tmp#m.mixed.basic
Properties
content complex
mixed true
Used by
Model
Children schema:abbr, schema:emph, schema:expan, schema:foreign, schema:lb, schema:ptr, schema:ref
Instance
<schema:head althead="" altrender="" audience="" id="" lang="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</schema:abbr>
  <schema:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</schema:expan>
  <schema:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:emph>
  <schema:lb>{1,1}</schema:lb>
  <schema:ref actuate="" altrender="" arcrole="" audience="" href="" id="" lang="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</schema:ref>
  <schema:ptr actuate="" altrender="" arcrole="" audience="" href="" id="" linkrole="" linktitle="" linktype="" show="" target="" xpointer="">{1,1}</schema:ptr>
  <schema:foreign altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:foreign>
</schema:head>
Attributes
QName Type Use
althead optional
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="head">
  <xs:complexType mixed="true">
    <xs:group ref="schema:m.mixed.basic"/>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="althead"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:item
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#foreign ead_revised.tmp#m.mixed.basic ead_revised.tmp#quote ead_revised.tmp#num ead_revised.tmp#footnote ead_revised.tmp#date ead_revised.tmp#m.mixed.basic.plus ead_revised.tmp#m.access.title ead_revised.tmp#list ead_revised.tmp#m.para.content
Properties
content complex
mixed true
Used by
Model
Children schema:abbr, schema:date, schema:emph, schema:expan, schema:footnote, schema:foreign, schema:lb, schema:list, schema:m.access.title, schema:num, schema:ptr, schema:quote, schema:ref
Instance
<schema:item altrender="" audience="" id="" lang="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</schema:abbr>
  <schema:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</schema:expan>
  <schema:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:emph>
  <schema:lb>{1,1}</schema:lb>
  <schema:ref actuate="" altrender="" arcrole="" audience="" href="" id="" lang="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</schema:ref>
  <schema:ptr actuate="" altrender="" arcrole="" audience="" href="" id="" linkrole="" linktitle="" linktype="" show="" target="" xpointer="">{1,1}</schema:ptr>
  <schema:foreign altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:foreign>
  <schema:quote altrender="" audience="" id="" lang="" localtype="" script="">{1,1}</schema:quote>
  <schema:num altrender="" audience="" id="" lang="" localtype="" script="">{1,1}</schema:num>
  <schema:footnote actuate="" altrender="" audience="" id="" lang="" localtype="" script="" show="">{1,1}</schema:footnote>
  <schema:date altrender="" audience="" calendar="" certainty="" encodinganalog="" era="" id="" lang="" localtype="" normal="" script="">{1,1}</schema:date>
  <schema:m.access.title>{1,1}</schema:m.access.title>
  <schema:list altrender="" audience="" id="" lang="" listtype="" mark="" numeration="" script="">{1,1}</schema:list>
</schema:item>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="item">
  <xs:complexType mixed="true">
    <xs:group minOccurs="0" maxOccurs="unbounded" ref="schema:m.para.content"/>
    <xs:attributeGroup ref="schema:a.common"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:listhead
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#head01 ead_revised.tmp#head02 ead_revised.tmp#head03
Properties
content complex
Used by
Model
Children schema:head01, schema:head02, schema:head03
Instance
<schema:listhead altrender="" audience="" id="" lang="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:head01 altrender="" audience="" id="" lang="" script="">{0,1}</schema:head01>
  <schema:head02 altrender="" audience="" id="" lang="" script="">{0,1}</schema:head02>
  <schema:head03 altrender="" audience="" id="" lang="" script="">{0,1}</schema:head03>
</schema:listhead>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="listhead">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="schema:head01"/>
      <xs:element minOccurs="0" ref="schema:head02"/>
      <xs:element minOccurs="0" ref="schema:head03"/>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:head01
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#foreign ead_revised.tmp#m.mixed.basic
Properties
content complex
mixed true
Used by
Element schema:listhead
Model
Children schema:abbr, schema:emph, schema:expan, schema:foreign, schema:lb, schema:ptr, schema:ref
Instance
<schema:head01 altrender="" audience="" id="" lang="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</schema:abbr>
  <schema:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</schema:expan>
  <schema:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:emph>
  <schema:lb>{1,1}</schema:lb>
  <schema:ref actuate="" altrender="" arcrole="" audience="" href="" id="" lang="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</schema:ref>
  <schema:ptr actuate="" altrender="" arcrole="" audience="" href="" id="" linkrole="" linktitle="" linktype="" show="" target="" xpointer="">{1,1}</schema:ptr>
  <schema:foreign altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:foreign>
</schema:head01>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="head01">
  <xs:complexType mixed="true">
    <xs:group minOccurs="0" maxOccurs="unbounded" ref="schema:m.mixed.basic"/>
    <xs:attributeGroup ref="schema:a.common"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:head02
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#foreign ead_revised.tmp#m.mixed.basic
Properties
content complex
mixed true
Used by
Element schema:listhead
Model
Children schema:abbr, schema:emph, schema:expan, schema:foreign, schema:lb, schema:ptr, schema:ref
Instance
<schema:head02 altrender="" audience="" id="" lang="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</schema:abbr>
  <schema:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</schema:expan>
  <schema:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:emph>
  <schema:lb>{1,1}</schema:lb>
  <schema:ref actuate="" altrender="" arcrole="" audience="" href="" id="" lang="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</schema:ref>
  <schema:ptr actuate="" altrender="" arcrole="" audience="" href="" id="" linkrole="" linktitle="" linktype="" show="" target="" xpointer="">{1,1}</schema:ptr>
  <schema:foreign altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:foreign>
</schema:head02>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="head02">
  <xs:complexType mixed="true">
    <xs:group minOccurs="0" maxOccurs="unbounded" ref="schema:m.mixed.basic"/>
    <xs:attributeGroup ref="schema:a.common"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:head03
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#foreign ead_revised.tmp#m.mixed.basic
Properties
content complex
mixed true
Used by
Element schema:listhead
Model
Children schema:abbr, schema:emph, schema:expan, schema:foreign, schema:lb, schema:ptr, schema:ref
Instance
<schema:head03 altrender="" audience="" id="" lang="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</schema:abbr>
  <schema:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</schema:expan>
  <schema:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:emph>
  <schema:lb>{1,1}</schema:lb>
  <schema:ref actuate="" altrender="" arcrole="" audience="" href="" id="" lang="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</schema:ref>
  <schema:ptr actuate="" altrender="" arcrole="" audience="" href="" id="" linkrole="" linktitle="" linktype="" show="" target="" xpointer="">{1,1}</schema:ptr>
  <schema:foreign altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:foreign>
</schema:head03>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="head03">
  <xs:complexType mixed="true">
    <xs:group minOccurs="0" maxOccurs="unbounded" ref="schema:m.mixed.basic"/>
    <xs:attributeGroup ref="schema:a.common"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:defitem
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#label ead_revised.tmp#item
Properties
content complex
Used by
Element schema:list
Model
Children schema:item, schema:label
Instance
<schema:defitem altrender="" audience="" id="" lang="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:label altrender="" audience="" id="" lang="" script="">{1,1}</schema:label>
  <schema:item altrender="" audience="" id="" lang="" script="">{1,1}</schema:item>
</schema:defitem>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="defitem">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="schema:label"/>
      <xs:element ref="schema:item"/>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:label
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#foreign ead_revised.tmp#m.mixed.basic
Properties
content complex
mixed true
Used by
Element schema:defitem
Model
Children schema:abbr, schema:emph, schema:expan, schema:foreign, schema:lb, schema:ptr, schema:ref
Instance
<schema:label altrender="" audience="" id="" lang="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</schema:abbr>
  <schema:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</schema:expan>
  <schema:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:emph>
  <schema:lb>{1,1}</schema:lb>
  <schema:ref actuate="" altrender="" arcrole="" audience="" href="" id="" lang="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</schema:ref>
  <schema:ptr actuate="" altrender="" arcrole="" audience="" href="" id="" linkrole="" linktitle="" linktype="" show="" target="" xpointer="">{1,1}</schema:ptr>
  <schema:foreign altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:foreign>
</schema:label>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="label">
  <xs:complexType mixed="true">
    <xs:group ref="schema:m.mixed.basic"/>
    <xs:attributeGroup ref="schema:a.common"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:publicationstmt
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#publicationstmt_encodinganalog ead_revised.tmp#publisher ead_revised.tmp#date ead_revised.tmp#address ead_revised.tmp#num ead_revised.tmp#p
Properties
content complex
Used by
Element schema:filedesc
Model
Children schema:address, schema:date, schema:num, schema:p, schema:publisher
Instance
<schema:publicationstmt altrender="" audience="" encodinganalog="" id="" lang="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:publisher altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</schema:publisher>
  <schema:date altrender="" audience="" calendar="" certainty="" encodinganalog="" era="" id="" lang="" localtype="" normal="" script="">{1,1}</schema:date>
  <schema:address altrender="" audience="" id="" lang="" script="">{1,1}</schema:address>
  <schema:num altrender="" audience="" id="" lang="" localtype="" script="">{1,1}</schema:num>
  <schema:p altrender="" audience="" id="" lang="" script="">{1,1}</schema:p>
</schema:publicationstmt>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="publicationstmt">
  <xs:complexType>
    <xs:choice maxOccurs="unbounded">
      <xs:element ref="schema:publisher"/>
      <xs:element ref="schema:date"/>
      <xs:element ref="schema:address"/>
      <xs:element ref="schema:num"/>
      <xs:element ref="schema:p"/>
    </xs:choice>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:publisher
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#publisher_encodinganalog ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#foreign ead_revised.tmp#m.mixed.basic
Properties
content complex
mixed true
Used by
Model
Children schema:abbr, schema:emph, schema:expan, schema:foreign, schema:lb, schema:ptr, schema:ref
Instance
<schema:publisher altrender="" audience="" encodinganalog="" id="" lang="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</schema:abbr>
  <schema:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</schema:expan>
  <schema:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:emph>
  <schema:lb>{1,1}</schema:lb>
  <schema:ref actuate="" altrender="" arcrole="" audience="" href="" id="" lang="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</schema:ref>
  <schema:ptr actuate="" altrender="" arcrole="" audience="" href="" id="" linkrole="" linktitle="" linktype="" show="" target="" xpointer="">{1,1}</schema:ptr>
  <schema:foreign altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:foreign>
</schema:publisher>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="publisher">
  <xs:complexType mixed="true">
    <xs:group ref="schema:m.mixed.basic"/>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:address
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#addressline
Properties
content complex
Used by
Model
Children schema:addressline
Instance
<schema:address altrender="" audience="" id="" lang="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:addressline altrender="" audience="" id="" lang="" localtype="" script="">{1,unbounded}</schema:addressline>
</schema:address>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="address">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="schema:addressline"/>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:addressline
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#addressline_localtype ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#foreign ead_revised.tmp#m.mixed.basic
Properties
content complex
mixed true
Used by
Element schema:address
Model
Children schema:abbr, schema:emph, schema:expan, schema:foreign, schema:lb, schema:ptr, schema:ref
Instance
<schema:addressline altrender="" audience="" id="" lang="" localtype="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</schema:abbr>
  <schema:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</schema:expan>
  <schema:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:emph>
  <schema:lb>{1,1}</schema:lb>
  <schema:ref actuate="" altrender="" arcrole="" audience="" href="" id="" lang="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</schema:ref>
  <schema:ptr actuate="" altrender="" arcrole="" audience="" href="" id="" linkrole="" linktitle="" linktype="" show="" target="" xpointer="">{1,1}</schema:ptr>
  <schema:foreign altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:foreign>
</schema:addressline>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
localtype optional
script optional
Source
<xs:element name="addressline">
  <xs:complexType mixed="true">
    <xs:group ref="schema:m.mixed.basic"/>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="localtype"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:seriesstmt
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#seriesstmt_encodinganalog ead_revised.tmp#titleproper ead_revised.tmp#num ead_revised.tmp#p
Properties
content complex
Used by
Element schema:filedesc
Model
Children schema:num, schema:p, schema:titleproper
Instance
<schema:seriesstmt altrender="" audience="" encodinganalog="" id="" lang="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:titleproper altrender="" audience="" encodinganalog="" id="" lang="" localtype="" render="" script="">{1,1}</schema:titleproper>
  <schema:num altrender="" audience="" id="" lang="" localtype="" script="">{1,1}</schema:num>
  <schema:p altrender="" audience="" id="" lang="" script="">{1,1}</schema:p>
</schema:seriesstmt>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="seriesstmt">
  <xs:complexType>
    <xs:choice maxOccurs="unbounded">
      <xs:element ref="schema:titleproper"/>
      <xs:element ref="schema:num"/>
      <xs:element ref="schema:p"/>
    </xs:choice>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:notestmt
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#notestmt_encodinganalog ead_revised.tmp#controlnote
Properties
content complex
Used by
Element schema:filedesc
Model
Children schema:controlnote
Instance
<schema:notestmt altrender="" audience="" encodinganalog="" id="" lang="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:controlnote altrender="" audience="" encodinganalog="" id="" lang="" localtype="" script="">{1,unbounded}</schema:controlnote>
</schema:notestmt>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="notestmt">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="schema:controlnote"/>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:controlnote
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#controlnote_localtype ead_revised.tmp#controlnote_encodinganalog ead_revised.tmp#m.blocks
Properties
content complex
Used by
Element schema:notestmt
Model
Children schema:m.blocks
Instance
<schema:controlnote altrender="" audience="" encodinganalog="" id="" lang="" localtype="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:m.blocks>{1,unbounded}</schema:m.blocks>
</schema:controlnote>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
localtype optional
script optional
Source
<xs:element name="controlnote">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="schema:m.blocks"/>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="localtype"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:maintenancestatus
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#maintenancestatus_value ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#foreign ead_revised.tmp#m.mixed.basic
Properties
content complex
mixed true
Used by
Element schema:control
Model
Children schema:abbr, schema:emph, schema:expan, schema:foreign, schema:lb, schema:ptr, schema:ref
Instance
<schema:maintenancestatus altrender="" audience="" id="" lang="" script="" value="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</schema:abbr>
  <schema:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</schema:expan>
  <schema:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:emph>
  <schema:lb>{1,1}</schema:lb>
  <schema:ref actuate="" altrender="" arcrole="" audience="" href="" id="" lang="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</schema:ref>
  <schema:ptr actuate="" altrender="" arcrole="" audience="" href="" id="" linkrole="" linktitle="" linktype="" show="" target="" xpointer="">{1,1}</schema:ptr>
  <schema:foreign altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:foreign>
</schema:maintenancestatus>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
value restriction of xs:token required
Source
<xs:element name="maintenancestatus">
  <xs:complexType mixed="true">
    <xs:group ref="schema:m.mixed.basic"/>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="value" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="revised"/>
          <xs:enumeration value="deleted"/>
          <xs:enumeration value="new"/>
          <xs:enumeration value="deletedsplit"/>
          <xs:enumeration value="deletedmerged"/>
          <xs:enumeration value="deletedreplaced"/>
          <xs:enumeration value="cancelled"/>
          <xs:enumeration value="derived"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:publicationstatus
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#publicationstatus_value ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#foreign ead_revised.tmp#m.mixed.basic
Properties
content complex
mixed true
Used by
Element schema:control
Model
Children schema:abbr, schema:emph, schema:expan, schema:foreign, schema:lb, schema:ptr, schema:ref
Instance
<schema:publicationstatus altrender="" audience="" id="" lang="" script="" value="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</schema:abbr>
  <schema:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</schema:expan>
  <schema:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:emph>
  <schema:lb>{1,1}</schema:lb>
  <schema:ref actuate="" altrender="" arcrole="" audience="" href="" id="" lang="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</schema:ref>
  <schema:ptr actuate="" altrender="" arcrole="" audience="" href="" id="" linkrole="" linktitle="" linktype="" show="" target="" xpointer="">{1,1}</schema:ptr>
  <schema:foreign altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:foreign>
</schema:publicationstatus>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
value restriction of xs:token required
Source
<xs:element name="publicationstatus">
  <xs:complexType mixed="true">
    <xs:group ref="schema:m.mixed.basic"/>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="value" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="inprocess"/>
          <xs:enumeration value="approved"/>
          <xs:enumeration value="published"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:maintenanceagency
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#agencycode ead_revised.tmp#otheragencycode ead_revised.tmp#agencyname ead_revised.tmp#descriptivenote
Properties
content complex
Used by
Element schema:control
Model
Children schema:agencycode, schema:agencyname, schema:descriptivenote, schema:otheragencycode
Instance
<schema:maintenanceagency altrender="" audience="" id="" lang="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:agencycode altrender="" audience="" id="" lang="" localtype="" script="">{0,1}</schema:agencycode>
  <schema:otheragencycode altrender="" audience="" id="" lang="" localtype="" script="">{0,unbounded}</schema:otheragencycode>
  <schema:agencyname>{1,1}</schema:agencyname>
  <schema:descriptivenote altrender="" audience="" id="" lang="" script="">{0,1}</schema:descriptivenote>
</schema:maintenanceagency>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="maintenanceagency">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="schema:agencycode"/>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="schema:otheragencycode"/>
      <xs:element ref="schema:agencyname"/>
      <xs:element minOccurs="0" ref="schema:descriptivenote"/>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:agencycode
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#agencycode_localtype
Properties
content complex
mixed true
Used by
Model
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
localtype required
script optional
Source
<xs:element name="agencycode">
  <xs:complexType mixed="true">
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="localtype" use="required"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:otheragencycode
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#otheragencycode_localtype
Properties
content complex
mixed true
Used by
Model
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
localtype required
script optional
Source
<xs:element name="otheragencycode">
  <xs:complexType mixed="true">
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="localtype" use="required"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:agencyname
Diagram
Diagram
Type xs:string
Properties
content simple
Used by
Source
<xs:element name="agencyname" type="xs:string"/>
[ top ]
Element schema:descriptivenote
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#p
Properties
content complex
Used by
Model
Children schema:p
Instance
<schema:descriptivenote altrender="" audience="" id="" lang="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:p altrender="" audience="" id="" lang="" script="">{1,unbounded}</schema:p>
</schema:descriptivenote>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="descriptivenote">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="schema:p"/>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:languagedeclaration
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#language ead_revised.tmp#script ead_revised.tmp#descriptivenote
Properties
content complex
Used by
Element schema:control
Model
Children schema:descriptivenote, schema:language, schema:script
Instance
<schema:languagedeclaration altrender="" audience="" id="" lang="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:language altrender="" audience="" encodinganalog="" id="" label="" lang="" langcode="" script="">{1,1}</schema:language>
  <schema:script altrender="" audience="" encodinganalog="" id="" label="" lang="" script="" scriptcode="">{1,1}</schema:script>
  <schema:descriptivenote altrender="" audience="" id="" lang="" script="">{0,1}</schema:descriptivenote>
</schema:languagedeclaration>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="languagedeclaration">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="schema:language"/>
      <xs:element ref="schema:script"/>
      <xs:element minOccurs="0" ref="schema:descriptivenote"/>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:language
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#language_encodinganalog ead_revised.tmp#language_label ead_revised.tmp#language_langcode
Properties
content complex
mixed true
Used by
Model
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
label optional
lang optional
langcode optional
script optional
Source
<xs:element name="language">
  <xs:complexType mixed="true">
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="encodinganalog"/>
    <xs:attribute name="label"/>
    <xs:attribute name="langcode"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:script
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#script_encodinganalog ead_revised.tmp#script_label ead_revised.tmp#script_scriptcode
Properties
content complex
mixed true
Used by
Model
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
label optional
lang optional
script optional
scriptcode optional
Source
<xs:element name="script">
  <xs:complexType mixed="true">
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="encodinganalog"/>
    <xs:attribute name="label"/>
    <xs:attribute name="scriptcode"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:conventiondeclaration
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#abbr ead_revised.tmp#citation ead_revised.tmp#descriptivenote
Properties
content complex
Used by
Element schema:control
Model
Children schema:abbr, schema:citation, schema:descriptivenote
Instance
<schema:conventiondeclaration altrender="" audience="" id="" lang="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:abbr altrender="" audience="" expan="" id="" lang="" script="">{0,1}</schema:abbr>
  <schema:citation actuate="" altrender="" arcrole="" audience="" href="" id="" lang="" lastdatetimeverified="" linkrole="" linktitle="" linktype="" script="" show="">{1,1}</schema:citation>
  <schema:descriptivenote altrender="" audience="" id="" lang="" script="">{0,1}</schema:descriptivenote>
</schema:conventiondeclaration>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="conventiondeclaration">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="schema:abbr"/>
      <xs:element ref="schema:citation"/>
      <xs:element minOccurs="0" ref="schema:descriptivenote"/>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:citation
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#am.simplelink ead_revised.tmp#citation_lastdatetimeverified ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#foreign ead_revised.tmp#m.mixed.basic
Properties
content complex
mixed true
Used by
Model
Children schema:abbr, schema:emph, schema:expan, schema:foreign, schema:lb, schema:ptr, schema:ref
Instance
<schema:citation actuate="" altrender="" arcrole="" audience="" href="" id="" lang="" lastdatetimeverified="" linkrole="" linktitle="" linktype="" script="" show="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</schema:abbr>
  <schema:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</schema:expan>
  <schema:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:emph>
  <schema:lb>{1,1}</schema:lb>
  <schema:ref actuate="" altrender="" arcrole="" audience="" href="" id="" lang="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</schema:ref>
  <schema:ptr actuate="" altrender="" arcrole="" audience="" href="" id="" linkrole="" linktitle="" linktype="" show="" target="" xpointer="">{1,1}</schema:ptr>
  <schema:foreign altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:foreign>
</schema:citation>
Attributes
QName Type Use
actuate restriction of xs:token optional
altrender optional
arcrole xs:anyURI optional
audience restriction of xs:token optional
href xs:anyURI optional
id xs:ID optional
lang optional
lastdatetimeverified schema:m.data.standardDateTime optional
linkrole xs:anyURI optional
linktitle optional
linktype restriction of xs:token optional
script optional
show restriction of xs:token optional
Source
<xs:element name="citation">
  <xs:complexType mixed="true">
    <xs:group ref="schema:m.mixed.basic"/>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attributeGroup ref="schema:am.simplelink"/>
    <xs:attribute name="lastdatetimeverified" type="schema:m.data.standardDateTime"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:localtypedeclaration
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#abbr ead_revised.tmp#citation ead_revised.tmp#descriptivenote
Properties
content complex
Used by
Element schema:control
Model
Children schema:abbr, schema:citation, schema:descriptivenote
Instance
<schema:localtypedeclaration altrender="" audience="" id="" lang="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:abbr altrender="" audience="" expan="" id="" lang="" script="">{0,1}</schema:abbr>
  <schema:citation actuate="" altrender="" arcrole="" audience="" href="" id="" lang="" lastdatetimeverified="" linkrole="" linktitle="" linktype="" script="" show="">{1,1}</schema:citation>
  <schema:descriptivenote altrender="" audience="" id="" lang="" script="">{0,1}</schema:descriptivenote>
</schema:localtypedeclaration>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="localtypedeclaration">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="schema:abbr"/>
      <xs:element ref="schema:citation"/>
      <xs:element minOccurs="0" ref="schema:descriptivenote"/>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:localcontrol
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#localcontrol_localtype ead_revised.tmp#term ead_revised.tmp#datesingle ead_revised.tmp#daterange
Properties
content complex
Used by
Element schema:control
Model
Children schema:daterange, schema:datesingle, schema:term
Instance
<schema:localcontrol altrender="" audience="" id="" lang="" localtype="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:term altrender="" audience="" id="" identifier="" lang="" lastdatetimeverified="" script="" source="" transliteration="">{0,1}</schema:term>
  <schema:datesingle altrender="" audience="" id="" lang="" localtype="" notafter="" notbefore="" script="" standarddate="">{1,1}</schema:datesingle>
  <schema:daterange altrender="" audience="" id="" lang="" localtype="" script="">{1,1}</schema:daterange>
</schema:localcontrol>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
localtype required
script optional
Source
<xs:element name="localcontrol">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="schema:term"/>
      <xs:choice minOccurs="0">
        <xs:element ref="schema:datesingle"/>
        <xs:element ref="schema:daterange"/>
      </xs:choice>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="localtype" use="required"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:term
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#term_transliteration ead_revised.tmp#term_lastdatetimeverified ead_revised.tmp#term_source ead_revised.tmp#term_identifier
Properties
content complex
mixed true
Used by
Model
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
identifier optional
lang optional
lastdatetimeverified schema:m.data.standardDateTime optional
script optional
source xs:string optional
transliteration optional
Source
<xs:element name="term">
  <xs:complexType mixed="true">
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="transliteration"/>
    <xs:attribute name="lastdatetimeverified" type="schema:m.data.standardDateTime"/>
    <xs:attribute name="source" type="xs:string"/>
    <xs:attribute name="identifier"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:datesingle
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#datesingle_localtype ead_revised.tmp#m.datesingle ead_revised.tmp#m.dates
Properties
content complex
mixed true
Substitution Group Affiliation
Used by
Model
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
localtype optional
notafter schema:m.data.standarddate optional
notbefore schema:m.data.standarddate optional
script optional
standarddate schema:m.data.standarddate optional
Source
<xs:element name="datesingle" substitutionGroup="schema:m.dates">
  <xs:complexType mixed="true">
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="localtype"/>
    <xs:attributeGroup ref="schema:m.datesingle"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:daterange
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#daterange_localtype ead_revised.tmp#fromdate ead_revised.tmp#todate ead_revised.tmp#m.dates
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children schema:fromdate, schema:todate
Instance
<schema:daterange altrender="" audience="" id="" lang="" localtype="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:fromdate altrender="" audience="" id="" lang="" localtype="" notafter="" notbefore="" script="" standarddate="">{0,1}</schema:fromdate>
  <schema:todate altrender="" audience="" id="" lang="" localtype="" notafter="" notbefore="" script="" standarddate="">{0,1}</schema:todate>
</schema:daterange>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
localtype optional
script optional
Source
<xs:element name="daterange" substitutionGroup="schema:m.dates">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="schema:fromdate"/>
      <xs:element minOccurs="0" ref="schema:todate"/>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="localtype"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:fromdate
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#fromdate_localtype ead_revised.tmp#fromdate_standarddate ead_revised.tmp#fromdate_notbefore ead_revised.tmp#fromdate_notafter ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#foreign ead_revised.tmp#m.mixed.basic
Properties
content complex
mixed true
Used by
Model
Children schema:abbr, schema:emph, schema:expan, schema:foreign, schema:lb, schema:ptr, schema:ref
Instance
<schema:fromdate altrender="" audience="" id="" lang="" localtype="" notafter="" notbefore="" script="" standarddate="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</schema:abbr>
  <schema:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</schema:expan>
  <schema:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:emph>
  <schema:lb>{1,1}</schema:lb>
  <schema:ref actuate="" altrender="" arcrole="" audience="" href="" id="" lang="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</schema:ref>
  <schema:ptr actuate="" altrender="" arcrole="" audience="" href="" id="" linkrole="" linktitle="" linktype="" show="" target="" xpointer="">{1,1}</schema:ptr>
  <schema:foreign altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:foreign>
</schema:fromdate>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
localtype optional
notafter schema:m.data.standarddate optional
notbefore schema:m.data.standarddate optional
script optional
standarddate schema:m.data.standarddate optional
Source
<xs:element name="fromdate">
  <xs:complexType mixed="true">
    <xs:group ref="schema:m.mixed.basic"/>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="localtype"/>
    <xs:attribute name="standarddate" type="schema:m.data.standarddate"/>
    <xs:attribute name="notbefore" type="schema:m.data.standarddate"/>
    <xs:attribute name="notafter" type="schema:m.data.standarddate"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:todate
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#todate_localtype ead_revised.tmp#todate_standarddate ead_revised.tmp#todate_notbefore ead_revised.tmp#todate_notafter ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#foreign ead_revised.tmp#m.mixed.basic
Properties
content complex
mixed true
Used by
Model
Children schema:abbr, schema:emph, schema:expan, schema:foreign, schema:lb, schema:ptr, schema:ref
Instance
<schema:todate altrender="" audience="" id="" lang="" localtype="" notafter="" notbefore="" script="" standarddate="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</schema:abbr>
  <schema:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</schema:expan>
  <schema:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:emph>
  <schema:lb>{1,1}</schema:lb>
  <schema:ref actuate="" altrender="" arcrole="" audience="" href="" id="" lang="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</schema:ref>
  <schema:ptr actuate="" altrender="" arcrole="" audience="" href="" id="" linkrole="" linktitle="" linktype="" show="" target="" xpointer="">{1,1}</schema:ptr>
  <schema:foreign altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:foreign>
</schema:todate>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
localtype optional
notafter schema:m.data.standarddate optional
notbefore schema:m.data.standarddate optional
script optional
standarddate schema:m.data.standarddate optional
Source
<xs:element name="todate">
  <xs:complexType mixed="true">
    <xs:group ref="schema:m.mixed.basic"/>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="localtype"/>
    <xs:attribute name="standarddate" type="schema:m.data.standarddate"/>
    <xs:attribute name="notbefore" type="schema:m.data.standarddate"/>
    <xs:attribute name="notafter" type="schema:m.data.standarddate"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:maintenancehistory
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#maintenanceevent
Properties
content complex
Used by
Element schema:control
Model
Children schema:maintenanceevent
Instance
<schema:maintenancehistory altrender="" audience="" id="" lang="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:maintenanceevent altrender="" audience="" id="" lang="" script="">{1,unbounded}</schema:maintenanceevent>
</schema:maintenancehistory>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="maintenancehistory">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="schema:maintenanceevent"/>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:maintenanceevent
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#eventtype ead_revised.tmp#eventdatetime ead_revised.tmp#agenttype ead_revised.tmp#agent ead_revised.tmp#eventdescription
Properties
content complex
Used by
Model
Children schema:agent, schema:agenttype, schema:eventdatetime, schema:eventdescription, schema:eventtype
Instance
<schema:maintenanceevent altrender="" audience="" id="" lang="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:eventtype altrender="" audience="" id="" lang="" script="" value="">{1,1}</schema:eventtype>
  <schema:eventdatetime altrender="" audience="" id="" lang="" script="" standarddatetime="">{1,1}</schema:eventdatetime>
  <schema:agenttype altrender="" audience="" id="" lang="" script="" value="">{1,1}</schema:agenttype>
  <schema:agent altrender="" audience="" id="" lang="" script="">{1,1}</schema:agent>
  <schema:eventdescription altrender="" audience="" id="" lang="" script="">{0,1}</schema:eventdescription>
</schema:maintenanceevent>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="maintenanceevent">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="schema:eventtype"/>
      <xs:element ref="schema:eventdatetime"/>
      <xs:element ref="schema:agenttype"/>
      <xs:element ref="schema:agent"/>
      <xs:element minOccurs="0" ref="schema:eventdescription"/>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:eventtype
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#eventtype_value ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#foreign ead_revised.tmp#m.mixed.basic
Properties
content complex
mixed true
Used by
Model
Children schema:abbr, schema:emph, schema:expan, schema:foreign, schema:lb, schema:ptr, schema:ref
Instance
<schema:eventtype altrender="" audience="" id="" lang="" script="" value="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</schema:abbr>
  <schema:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</schema:expan>
  <schema:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:emph>
  <schema:lb>{1,1}</schema:lb>
  <schema:ref actuate="" altrender="" arcrole="" audience="" href="" id="" lang="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</schema:ref>
  <schema:ptr actuate="" altrender="" arcrole="" audience="" href="" id="" linkrole="" linktitle="" linktype="" show="" target="" xpointer="">{1,1}</schema:ptr>
  <schema:foreign altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:foreign>
</schema:eventtype>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
value restriction of xs:token required
Source
<xs:element name="eventtype">
  <xs:complexType mixed="true">
    <xs:group ref="schema:m.mixed.basic"/>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="value" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="created"/>
          <xs:enumeration value="revised"/>
          <xs:enumeration value="deleted"/>
          <xs:enumeration value="cancelled"/>
          <xs:enumeration value="derived"/>
          <xs:enumeration value="updated"/>
          <xs:enumeration value="unknown"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:eventdatetime
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#eventdatetime_standarddatetime
Properties
content complex
mixed true
Used by
Model
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
standarddatetime schema:m.data.standardDateTime optional
Source
<xs:element name="eventdatetime">
  <xs:complexType mixed="true">
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="standarddatetime" type="schema:m.data.standardDateTime"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:agenttype
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#agenttype_value ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#foreign ead_revised.tmp#m.mixed.basic
Properties
content complex
mixed true
Used by
Model
Children schema:abbr, schema:emph, schema:expan, schema:foreign, schema:lb, schema:ptr, schema:ref
Instance
<schema:agenttype altrender="" audience="" id="" lang="" script="" value="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</schema:abbr>
  <schema:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</schema:expan>
  <schema:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:emph>
  <schema:lb>{1,1}</schema:lb>
  <schema:ref actuate="" altrender="" arcrole="" audience="" href="" id="" lang="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</schema:ref>
  <schema:ptr actuate="" altrender="" arcrole="" audience="" href="" id="" linkrole="" linktitle="" linktype="" show="" target="" xpointer="">{1,1}</schema:ptr>
  <schema:foreign altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:foreign>
</schema:agenttype>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
value restriction of xs:token required
Source
<xs:element name="agenttype">
  <xs:complexType mixed="true">
    <xs:group ref="schema:m.mixed.basic"/>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="value" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="human"/>
          <xs:enumeration value="machine"/>
          <xs:enumeration value="unknown"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:agent
Diagram
Diagram ead_revised.tmp#a.common
Properties
content complex
mixed true
Used by
Model
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="agent">
  <xs:complexType mixed="true">
    <xs:attributeGroup ref="schema:a.common"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:eventdescription
Diagram
Diagram ead_revised.tmp#a.common
Properties
content complex
mixed true
Used by
Model
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="eventdescription">
  <xs:complexType mixed="true">
    <xs:attributeGroup ref="schema:a.common"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:sources
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#sources_base ead_revised.tmp#source
Properties
content complex
Used by
Element schema:control
Model
Children schema:source
Instance
<schema:sources altrender="" audience="" base="" id="" lang="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:source actuate="" altrender="" arcrole="" audience="" href="" id="" lang="" lastdatetimeverified="" linkrole="" linktitle="" linktype="" script="" show="">{1,unbounded}</schema:source>
</schema:sources>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
base xs:anyURI optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="sources">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="schema:source"/>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="base" type="xs:anyURI"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:source
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#source_lastdatetimeverified ead_revised.tmp#am.simplelink ead_revised.tmp#sourceentry ead_revised.tmp#objectxmlwrap ead_revised.tmp#descriptivenote
Properties
content complex
Used by
Element schema:sources
Model
Children schema:descriptivenote, schema:objectxmlwrap, schema:sourceentry
Instance
<schema:source actuate="" altrender="" arcrole="" audience="" href="" id="" lang="" lastdatetimeverified="" linkrole="" linktitle="" linktype="" script="" show="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:sourceentry altrender="" audience="" id="" lang="" script="" transliteration="">{0,1}</schema:sourceentry>
  <schema:objectxmlwrap altrender="" audience="" id="" lang="" script="">{0,1}</schema:objectxmlwrap>
  <schema:descriptivenote altrender="" audience="" id="" lang="" script="">{0,1}</schema:descriptivenote>
</schema:source>
Attributes
QName Type Use
actuate restriction of xs:token optional
altrender optional
arcrole xs:anyURI optional
audience restriction of xs:token optional
href xs:anyURI optional
id xs:ID optional
lang optional
lastdatetimeverified schema:m.data.standardDateTime optional
linkrole xs:anyURI optional
linktitle optional
linktype restriction of xs:token optional
script optional
show restriction of xs:token optional
Source
<xs:element name="source">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="schema:sourceentry"/>
      <xs:element minOccurs="0" ref="schema:objectxmlwrap"/>
      <xs:element minOccurs="0" ref="schema:descriptivenote"/>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="lastdatetimeverified" type="schema:m.data.standardDateTime"/>
    <xs:attributeGroup ref="schema:am.simplelink"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:sourceentry
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#sourceentry_transliteration
Properties
content complex
mixed true
Used by
Element schema:source
Model
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
transliteration optional
Source
<xs:element name="sourceentry">
  <xs:complexType mixed="true">
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="transliteration"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:objectxmlwrap
Diagram
Diagram ead_revised.tmp#e.anyname ead_revised.tmp#a.common
Type extension of schema:e.anyname
Type hierarchy
Properties
content complex
Used by
Model
ANY element from ANY namespace OTHER than 'http://ead3.archivists.org/schema/' | ANY element from LOCAL namespace 'No Namespace'
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="objectxmlwrap">
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="schema:e.anyname">
        <xs:attributeGroup ref="schema:a.common"/>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:archdesc
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#archdesc_level ead_revised.tmp#a.desc.base ead_revised.tmp#archdesc_localtype ead_revised.tmp#archdesc_relatedencoding ead_revised.tmp#did ead_revised.tmp#m.desc.base.full
Properties
content complex
Used by
Element schema:ead
Model
Children schema:did, schema:m.desc.base.full
Instance
<schema:archdesc altrender="" audience="" encodinganalog="" id="" lang="" level="" localtype="" otherlevel="" relatedencoding="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:did altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</schema:did>
  <schema:m.desc.base.full>{0,unbounded}</schema:m.desc.base.full>
</schema:archdesc>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
level schema:av.level required
localtype xs:NMTOKEN optional
otherlevel xs:NMTOKEN optional
relatedencoding optional
script optional
Source
<xs:element name="archdesc">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="schema:did"/>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="schema:m.desc.base.full"/>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="level" use="required" type="schema:av.level"/>
    <xs:attributeGroup ref="schema:a.desc.base"/>
    <xs:attribute name="localtype" type="xs:NMTOKEN"/>
    <xs:attribute name="relatedencoding"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:did
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#did_encodinganalog ead_revised.tmp#head ead_revised.tmp#m.did
Properties
content complex
Used by
Model
Children schema:head, schema:m.did
Instance
<schema:did altrender="" audience="" encodinganalog="" id="" lang="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</schema:head>
  <schema:m.did>{1,unbounded}</schema:m.did>
</schema:did>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="did">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="schema:head"/>
      <xs:element maxOccurs="unbounded" ref="schema:m.did"/>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:m.did
Diagram
Diagram ead_revised.tmp#abstract ead_revised.tmp#container ead_revised.tmp#dao ead_revised.tmp#didnote ead_revised.tmp#langmaterial ead_revised.tmp#materialspec ead_revised.tmp#origination ead_revised.tmp#parallelphysdescset ead_revised.tmp#physdesc ead_revised.tmp#physdescstructured ead_revised.tmp#physloc ead_revised.tmp#repository ead_revised.tmp#unitdate ead_revised.tmp#unitdatestructured ead_revised.tmp#unitid ead_revised.tmp#unittitle
Properties
abstract true
Substitution Group
Used by
Element schema:did
Source
<xs:element name="m.did" abstract="true"/>
[ top ]
Element schema:m.desc.base.full
Diagram
Diagram ead_revised.tmp#dsc ead_revised.tmp#m.desc.base
Properties
abstract true
Substitution Group
Used by
Element schema:archdesc
Source
<xs:element name="m.desc.base.full" abstract="true"/>
[ top ]
Element schema:origination
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#origination_label ead_revised.tmp#origination_encodinganalog ead_revised.tmp#persname ead_revised.tmp#corpname ead_revised.tmp#name ead_revised.tmp#famname ead_revised.tmp#descriptivenote ead_revised.tmp#m.did
Properties
content complex
Substitution Group Affiliation
Model
Children schema:corpname, schema:descriptivenote, schema:famname, schema:name, schema:persname
Instance
<schema:origination altrender="" audience="" encodinganalog="" id="" label="" lang="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:persname altrender="" audience="" encodinganalog="" id="" identifier="" lang="" normal="" role="" rules="" script="" source="">{1,1}</schema:persname>
  <schema:corpname altrender="" audience="" encodinganalog="" id="" identifier="" lang="" normal="" role="" rules="" script="" source="">{1,1}</schema:corpname>
  <schema:name altrender="" audience="" encodinganalog="" id="" identifier="" lang="" normal="" role="" rules="" script="" source="">{1,1}</schema:name>
  <schema:famname altrender="" audience="" encodinganalog="" id="" identifier="" lang="" normal="" role="" rules="" script="" source="">{1,1}</schema:famname>
  <schema:descriptivenote altrender="" audience="" id="" lang="" script="">{0,1}</schema:descriptivenote>
</schema:origination>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
label optional
lang optional
script optional
Source
<xs:element name="origination" substitutionGroup="schema:m.did">
  <xs:complexType>
    <xs:sequence>
      <xs:choice maxOccurs="unbounded">
        <xs:element ref="schema:persname"/>
        <xs:element ref="schema:corpname"/>
        <xs:element ref="schema:name"/>
        <xs:element ref="schema:famname"/>
      </xs:choice>
      <xs:element minOccurs="0" ref="schema:descriptivenote"/>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="label"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:persname
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#a.access ead_revised.tmp#persname_role ead_revised.tmp#persname_encodinganalog ead_revised.tmp#part ead_revised.tmp#m.access
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children schema:part
Instance
<schema:persname altrender="" audience="" encodinganalog="" id="" identifier="" lang="" normal="" role="" rules="" script="" source="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:part altrender="" audience="" encodinganalog="" id="" lang="" localtype="" script="">{1,unbounded}</schema:part>
</schema:persname>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
identifier optional
lang optional
normal optional
role optional
rules xs:NMTOKEN optional
script optional
source xs:token optional
Source
<xs:element name="persname" substitutionGroup="schema:m.access">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="schema:part"/>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attributeGroup ref="schema:a.access"/>
    <xs:attribute name="role"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:part
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#part_encodinganalog ead_revised.tmp#part_localtype
Properties
content complex
mixed true
Used by
Model
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
localtype optional
script optional
Source
<xs:element name="part">
  <xs:complexType mixed="true">
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="encodinganalog"/>
    <xs:attribute name="localtype"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:corpname
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#a.access ead_revised.tmp#corpname_role ead_revised.tmp#corpname_encodinganalog ead_revised.tmp#part ead_revised.tmp#m.access
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children schema:part
Instance
<schema:corpname altrender="" audience="" encodinganalog="" id="" identifier="" lang="" normal="" role="" rules="" script="" source="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:part altrender="" audience="" encodinganalog="" id="" lang="" localtype="" script="">{1,unbounded}</schema:part>
</schema:corpname>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
identifier optional
lang optional
normal optional
role optional
rules xs:NMTOKEN optional
script optional
source xs:token optional
Source
<xs:element name="corpname" substitutionGroup="schema:m.access">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="schema:part"/>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attributeGroup ref="schema:a.access"/>
    <xs:attribute name="role"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:name
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#a.access ead_revised.tmp#name_role ead_revised.tmp#name_encodinganalog ead_revised.tmp#part ead_revised.tmp#m.access
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children schema:part
Instance
<schema:name altrender="" audience="" encodinganalog="" id="" identifier="" lang="" normal="" role="" rules="" script="" source="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:part altrender="" audience="" encodinganalog="" id="" lang="" localtype="" script="">{1,unbounded}</schema:part>
</schema:name>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
identifier optional
lang optional
normal optional
role optional
rules xs:NMTOKEN optional
script optional
source xs:token optional
Source
<xs:element name="name" substitutionGroup="schema:m.access">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="schema:part"/>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attributeGroup ref="schema:a.access"/>
    <xs:attribute name="role"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:famname
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#a.access ead_revised.tmp#famname_role ead_revised.tmp#famname_encodinganalog ead_revised.tmp#part ead_revised.tmp#m.access
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children schema:part
Instance
<schema:famname altrender="" audience="" encodinganalog="" id="" identifier="" lang="" normal="" role="" rules="" script="" source="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:part altrender="" audience="" encodinganalog="" id="" lang="" localtype="" script="">{1,unbounded}</schema:part>
</schema:famname>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
identifier optional
lang optional
normal optional
role optional
rules xs:NMTOKEN optional
script optional
source xs:token optional
Source
<xs:element name="famname" substitutionGroup="schema:m.access">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="schema:part"/>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attributeGroup ref="schema:a.access"/>
    <xs:attribute name="role"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:physdescstructured
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#physdescstructured_label ead_revised.tmp#physdescstructured_encodinganalog ead_revised.tmp#physdescstructured_rules ead_revised.tmp#physdescstructured_physdescstructuredtype ead_revised.tmp#physdescstructured_coverage ead_revised.tmp#quantity ead_revised.tmp#unittype ead_revised.tmp#dimensions ead_revised.tmp#physfacet ead_revised.tmp#descriptivenote ead_revised.tmp#m.did
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children schema:descriptivenote, schema:dimensions, schema:physfacet, schema:quantity, schema:unittype
Instance
<schema:physdescstructured altrender="" audience="" coverage="" encodinganalog="" id="" label="" lang="" physdescstructuredtype="" rules="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:quantity altrender="" audience="" id="" lang="" script="">{1,1}</schema:quantity>
  <schema:unittype altrender="" audience="" id="" identifier="" lang="" rules="" script="" source="">{1,1}</schema:unittype>
  <schema:dimensions altrender="" audience="" id="" lang="" localtype="" script="">{0,unbounded}</schema:dimensions>
  <schema:physfacet altrender="" audience="" encodinganalog="" id="" label="" lang="" localtype="" script="" unit="">{0,unbounded}</schema:physfacet>
  <schema:descriptivenote altrender="" audience="" id="" lang="" script="">{0,1}</schema:descriptivenote>
</schema:physdescstructured>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
coverage restriction of xs:token required
encodinganalog optional
id xs:ID optional
label optional
lang optional
physdescstructuredtype restriction of xs:token required
rules xs:NMTOKEN optional
script optional
Source
<xs:element name="physdescstructured" substitutionGroup="schema:m.did">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="schema:quantity"/>
      <xs:element ref="schema:unittype"/>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="schema:dimensions"/>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="schema:physfacet"/>
      <xs:element minOccurs="0" ref="schema:descriptivenote"/>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="label"/>
    <xs:attribute name="encodinganalog"/>
    <xs:attribute name="rules" type="xs:NMTOKEN"/>
    <xs:attribute name="physdescstructuredtype" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="carrier"/>
          <xs:enumeration value="materialtype"/>
          <xs:enumeration value="spaceoccupied"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="coverage" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="whole"/>
          <xs:enumeration value="part"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:quantity
Diagram
Diagram ead_revised.tmp#a.common
Properties
content complex
mixed true
Used by
Model
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="quantity">
  <xs:complexType mixed="true">
    <xs:attributeGroup ref="schema:a.common"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:unittype
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#unittype_identifier ead_revised.tmp#unittype_source ead_revised.tmp#unittype_rules
Properties
content complex
mixed true
Used by
Model
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
identifier optional
lang optional
rules xs:NMTOKEN optional
script optional
source optional
Source
<xs:element name="unittype">
  <xs:complexType mixed="true">
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="identifier"/>
    <xs:attribute name="source"/>
    <xs:attribute name="rules" type="xs:NMTOKEN"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:dimensions
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#dimensions_localtype ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#foreign ead_revised.tmp#m.mixed.basic ead_revised.tmp#dimensions
Properties
content complex
mixed true
Used by
Model
Children schema:abbr, schema:dimensions, schema:emph, schema:expan, schema:foreign, schema:lb, schema:ptr, schema:ref
Instance
<schema:dimensions altrender="" audience="" id="" lang="" localtype="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</schema:abbr>
  <schema:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</schema:expan>
  <schema:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:emph>
  <schema:lb>{1,1}</schema:lb>
  <schema:ref actuate="" altrender="" arcrole="" audience="" href="" id="" lang="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</schema:ref>
  <schema:ptr actuate="" altrender="" arcrole="" audience="" href="" id="" linkrole="" linktitle="" linktype="" show="" target="" xpointer="">{1,1}</schema:ptr>
  <schema:foreign altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:foreign>
  <schema:dimensions altrender="" audience="" id="" lang="" localtype="" script="">{1,1}</schema:dimensions>
</schema:dimensions>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
localtype optional
script optional
Source
<xs:element name="dimensions">
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:group ref="schema:m.mixed.basic"/>
      <xs:element ref="schema:dimensions"/>
    </xs:choice>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="localtype"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:physfacet
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#physfacet_label ead_revised.tmp#physfacet_localtype ead_revised.tmp#physfacet_unit ead_revised.tmp#physfacet_encodinganalog ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#foreign ead_revised.tmp#m.mixed.basic
Properties
content complex
mixed true
Used by
Model
Children schema:abbr, schema:emph, schema:expan, schema:foreign, schema:lb, schema:ptr, schema:ref
Instance
<schema:physfacet altrender="" audience="" encodinganalog="" id="" label="" lang="" localtype="" script="" unit="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</schema:abbr>
  <schema:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</schema:expan>
  <schema:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:emph>
  <schema:lb>{1,1}</schema:lb>
  <schema:ref actuate="" altrender="" arcrole="" audience="" href="" id="" lang="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</schema:ref>
  <schema:ptr actuate="" altrender="" arcrole="" audience="" href="" id="" linkrole="" linktitle="" linktype="" show="" target="" xpointer="">{1,1}</schema:ptr>
  <schema:foreign altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:foreign>
</schema:physfacet>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
label optional
lang optional
localtype optional
script optional
unit optional
Source
<xs:element name="physfacet">
  <xs:complexType mixed="true">
    <xs:group ref="schema:m.mixed.basic"/>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="label"/>
    <xs:attribute name="localtype"/>
    <xs:attribute name="unit"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:repository
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#repository_label ead_revised.tmp#repository_encodinganalog ead_revised.tmp#corpname ead_revised.tmp#name ead_revised.tmp#famname ead_revised.tmp#address ead_revised.tmp#descriptivenote ead_revised.tmp#m.did
Properties
content complex
Substitution Group Affiliation
Model
Children schema:address, schema:corpname, schema:descriptivenote, schema:famname, schema:name
Instance
<schema:repository altrender="" audience="" encodinganalog="" id="" label="" lang="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:corpname altrender="" audience="" encodinganalog="" id="" identifier="" lang="" normal="" role="" rules="" script="" source="">{1,1}</schema:corpname>
  <schema:name altrender="" audience="" encodinganalog="" id="" identifier="" lang="" normal="" role="" rules="" script="" source="">{1,1}</schema:name>
  <schema:famname altrender="" audience="" encodinganalog="" id="" identifier="" lang="" normal="" role="" rules="" script="" source="">{1,1}</schema:famname>
  <schema:address altrender="" audience="" id="" lang="" script="">{0,1}</schema:address>
  <schema:descriptivenote altrender="" audience="" id="" lang="" script="">{0,1}</schema:descriptivenote>
</schema:repository>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
label optional
lang optional
script optional
Source
<xs:element name="repository" substitutionGroup="schema:m.did">
  <xs:complexType>
    <xs:choice maxOccurs="unbounded">
      <xs:element ref="schema:corpname"/>
      <xs:element ref="schema:name"/>
      <xs:element ref="schema:famname"/>
      <xs:element minOccurs="0" ref="schema:address"/>
      <xs:element minOccurs="0" ref="schema:descriptivenote"/>
    </xs:choice>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="label"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:unittitle
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#unittitle_label ead_revised.tmp#unittitle_encodinganalog ead_revised.tmp#unittitle_localtype ead_revised.tmp#unittitle_normal ead_revised.tmp#m.access.title ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#foreign ead_revised.tmp#m.mixed.basic ead_revised.tmp#quote ead_revised.tmp#num ead_revised.tmp#footnote ead_revised.tmp#date ead_revised.tmp#m.mixed.basic.plus.access ead_revised.tmp#m.did
Properties
content complex
mixed true
Substitution Group Affiliation
Model
Children schema:abbr, schema:date, schema:emph, schema:expan, schema:footnote, schema:foreign, schema:lb, schema:m.access.title, schema:num, schema:ptr, schema:quote, schema:ref
Instance
<schema:unittitle altrender="" audience="" encodinganalog="" id="" label="" lang="" localtype="" normal="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:m.access.title>{1,1}</schema:m.access.title>
  <schema:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</schema:abbr>
  <schema:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</schema:expan>
  <schema:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:emph>
  <schema:lb>{1,1}</schema:lb>
  <schema:ref actuate="" altrender="" arcrole="" audience="" href="" id="" lang="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</schema:ref>
  <schema:ptr actuate="" altrender="" arcrole="" audience="" href="" id="" linkrole="" linktitle="" linktype="" show="" target="" xpointer="">{1,1}</schema:ptr>
  <schema:foreign altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:foreign>
  <schema:quote altrender="" audience="" id="" lang="" localtype="" script="">{1,1}</schema:quote>
  <schema:num altrender="" audience="" id="" lang="" localtype="" script="">{1,1}</schema:num>
  <schema:footnote actuate="" altrender="" audience="" id="" lang="" localtype="" script="" show="">{1,1}</schema:footnote>
  <schema:date altrender="" audience="" calendar="" certainty="" encodinganalog="" era="" id="" lang="" localtype="" normal="" script="">{1,1}</schema:date>
</schema:unittitle>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
label optional
lang optional
localtype optional
normal optional
script optional
Source
<xs:element name="unittitle" substitutionGroup="schema:m.did">
  <xs:complexType mixed="true">
    <xs:group ref="schema:m.mixed.basic.plus.access"/>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="label"/>
    <xs:attribute name="encodinganalog"/>
    <xs:attribute name="localtype"/>
    <xs:attribute name="normal"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:unitdate
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#unitdate_label ead_revised.tmp#unitdate_unitdatetype ead_revised.tmp#unitdate_datechar ead_revised.tmp#am.dates.era ead_revised.tmp#am.dates.calendar ead_revised.tmp#am.date.normal ead_revised.tmp#unitdate_certainty ead_revised.tmp#unitdate_encodinganalog ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#foreign ead_revised.tmp#m.mixed.basic ead_revised.tmp#m.did
Properties
content complex
mixed true
Substitution Group Affiliation
Model
Children schema:abbr, schema:emph, schema:expan, schema:foreign, schema:lb, schema:ptr, schema:ref
Instance
<schema:unitdate altrender="" audience="" calendar="" certainty="" datechar="" encodinganalog="" era="" id="" label="" lang="" normal="" script="" unitdatetype="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</schema:abbr>
  <schema:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</schema:expan>
  <schema:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:emph>
  <schema:lb>{1,1}</schema:lb>
  <schema:ref actuate="" altrender="" arcrole="" audience="" href="" id="" lang="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</schema:ref>
  <schema:ptr actuate="" altrender="" arcrole="" audience="" href="" id="" linkrole="" linktitle="" linktype="" show="" target="" xpointer="">{1,1}</schema:ptr>
  <schema:foreign altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:foreign>
</schema:unitdate>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
calendar xs:NMTOKEN optional
certainty optional
datechar optional
encodinganalog optional
era xs:NMTOKEN optional
id xs:ID optional
label optional
lang optional
normal xs:token optional
script optional
unitdatetype restriction of xs:token optional
Source
<xs:element name="unitdate" substitutionGroup="schema:m.did">
  <xs:complexType mixed="true">
    <xs:group minOccurs="0" maxOccurs="unbounded" ref="schema:m.mixed.basic"/>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="label"/>
    <xs:attribute name="unitdatetype">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="bulk"/>
          <xs:enumeration value="inclusive"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="datechar"/>
    <xs:attributeGroup ref="schema:am.dates.era"/>
    <xs:attributeGroup ref="schema:am.dates.calendar"/>
    <xs:attributeGroup ref="schema:am.date.normal"/>
    <xs:attribute name="certainty"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:unitdatestructured
Diagram
Diagram ead_revised.tmp#m.dates ead_revised.tmp#http___ead3.archivists.org_schema__m.dates ead_revised.tmp#a.common ead_revised.tmp#unitdatestructured_label ead_revised.tmp#unitdatestructured_unitdatetype ead_revised.tmp#unitdatestructured_certainty ead_revised.tmp#unitdatestructured_encodinganalog ead_revised.tmp#unitdatestructured_datechar ead_revised.tmp#am.dates.era ead_revised.tmp#am.dates.calendar ead_revised.tmp#m.did
Type extension of schema:m.dates
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Model
Children schema:m.dates
Instance
<schema:unitdatestructured altrender="" audience="" calendar="" certainty="" datechar="" encodinganalog="" era="" id="" label="" lang="" script="" unitdatetype="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:m.dates>{1,1}</schema:m.dates>
</schema:unitdatestructured>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
calendar xs:NMTOKEN optional
certainty optional
datechar optional
encodinganalog optional
era xs:NMTOKEN optional
id xs:ID optional
label optional
lang optional
script optional
unitdatetype restriction of xs:token optional
Source
<xs:element name="unitdatestructured" substitutionGroup="schema:m.did">
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="schema:m.dates">
        <xs:attributeGroup ref="schema:a.common"/>
        <xs:attribute name="label"/>
        <xs:attribute name="unitdatetype">
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="bulk"/>
              <xs:enumeration value="inclusive"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:attribute>
        <xs:attribute name="certainty"/>
        <xs:attribute name="encodinganalog"/>
        <xs:attribute name="datechar"/>
        <xs:attributeGroup ref="schema:am.dates.era"/>
        <xs:attributeGroup ref="schema:am.dates.calendar"/>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:m.dates
Diagram
Diagram ead_revised.tmp#daterange ead_revised.tmp#dateset ead_revised.tmp#datesingle
Properties
abstract true
Substitution Group
Used by
Source
<xs:element name="m.dates" abstract="true"/>
[ top ]
Element schema:dateset
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#dateset_localtype ead_revised.tmp#datesingle ead_revised.tmp#daterange ead_revised.tmp#datesingle ead_revised.tmp#daterange ead_revised.tmp#m.dates
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children schema:daterange, schema:datesingle
Instance
<schema:dateset altrender="" audience="" id="" lang="" localtype="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:datesingle altrender="" audience="" id="" lang="" localtype="" notafter="" notbefore="" script="" standarddate="">{1,1}</schema:datesingle>
  <schema:daterange altrender="" audience="" id="" lang="" localtype="" script="">{1,1}</schema:daterange>
  <schema:datesingle altrender="" audience="" id="" lang="" localtype="" notafter="" notbefore="" script="" standarddate="">{1,1}</schema:datesingle>
  <schema:daterange altrender="" audience="" id="" lang="" localtype="" script="">{1,1}</schema:daterange>
</schema:dateset>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
localtype optional
script optional
Source
<xs:element name="dateset" substitutionGroup="schema:m.dates">
  <xs:complexType>
    <xs:sequence>
      <xs:choice>
        <xs:element ref="schema:datesingle"/>
        <xs:element ref="schema:daterange"/>
      </xs:choice>
      <xs:choice maxOccurs="unbounded">
        <xs:element ref="schema:datesingle"/>
        <xs:element ref="schema:daterange"/>
      </xs:choice>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="localtype"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:dao
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#am.simplelink ead_revised.tmp#dao_daotype ead_revised.tmp#dao_otherdaotype ead_revised.tmp#daodesc ead_revised.tmp#m.did
Properties
content complex
Substitution Group Affiliation
Model
Children schema:daodesc
Instance
<schema:dao actuate="" altrender="" arcrole="" audience="" daotype="" href="" id="" lang="" linkrole="" linktitle="" linktype="" otherdaotype="" script="" show="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:daodesc altrender="" audience="" id="" lang="" script="">{0,1}</schema:daodesc>
</schema:dao>
Attributes
QName Type Use
actuate restriction of xs:token optional
altrender optional
arcrole xs:anyURI optional
audience restriction of xs:token optional
daotype restriction of xs:token required
href xs:anyURI optional
id xs:ID optional
lang optional
linkrole xs:anyURI optional
linktitle optional
linktype restriction of xs:token optional
otherdaotype optional
script optional
show restriction of xs:token optional
Source
<xs:element name="dao" substitutionGroup="schema:m.did">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="schema:daodesc"/>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attributeGroup ref="schema:am.simplelink"/>
    <xs:attribute name="daotype" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="borndigital"/>
          <xs:enumeration value="derived"/>
          <xs:enumeration value="unknown"/>
          <xs:enumeration value="other"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="otherdaotype"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:daodesc
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#head ead_revised.tmp#m.blocks
Properties
content complex
Used by
Element schema:dao
Model
Children schema:head, schema:m.blocks
Instance
<schema:daodesc altrender="" audience="" id="" lang="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</schema:head>
  <schema:m.blocks>{1,unbounded}</schema:m.blocks>
</schema:daodesc>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="daodesc">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="schema:head"/>
      <xs:element maxOccurs="unbounded" ref="schema:m.blocks"/>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:accessrestrict
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#accessrestrict_encodinganalog ead_revised.tmp#accessrestrict_localtype ead_revised.tmp#head ead_revised.tmp#m.blocks ead_revised.tmp#accessrestrict ead_revised.tmp#m.desc.base
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children schema:accessrestrict, schema:head, schema:m.blocks
Instance
<schema:accessrestrict altrender="" audience="" encodinganalog="" id="" lang="" localtype="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</schema:head>
  <schema:m.blocks>{1,1}</schema:m.blocks>
  <schema:accessrestrict altrender="" audience="" encodinganalog="" id="" lang="" localtype="" script="">{1,1}</schema:accessrestrict>
</schema:accessrestrict>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
localtype optional
script optional
Source
<xs:element name="accessrestrict" substitutionGroup="schema:m.desc.base">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="schema:head"/>
      <xs:choice maxOccurs="unbounded">
        <xs:element ref="schema:m.blocks"/>
        <xs:element ref="schema:accessrestrict"/>
      </xs:choice>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="encodinganalog"/>
    <xs:attribute name="localtype"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:accruals
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#accruals_encodinganalog ead_revised.tmp#head ead_revised.tmp#m.blocks ead_revised.tmp#accruals ead_revised.tmp#m.desc.base
Properties
content complex
Substitution Group Affiliation
Used by
Element schema:accruals
Model
Children schema:accruals, schema:head, schema:m.blocks
Instance
<schema:accruals altrender="" audience="" encodinganalog="" id="" lang="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</schema:head>
  <schema:m.blocks>{1,1}</schema:m.blocks>
  <schema:accruals altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</schema:accruals>
</schema:accruals>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="accruals" substitutionGroup="schema:m.desc.base">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="schema:head"/>
      <xs:choice maxOccurs="unbounded">
        <xs:element ref="schema:m.blocks"/>
        <xs:element ref="schema:accruals"/>
      </xs:choice>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:fileplan
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#fileplan_encodinganalog ead_revised.tmp#head ead_revised.tmp#m.blocks ead_revised.tmp#fileplan ead_revised.tmp#m.desc.base
Properties
content complex
Substitution Group Affiliation
Used by
Element schema:fileplan
Model
Children schema:fileplan, schema:head, schema:m.blocks
Instance
<schema:fileplan altrender="" audience="" encodinganalog="" id="" lang="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</schema:head>
  <schema:m.blocks>{1,1}</schema:m.blocks>
  <schema:fileplan altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</schema:fileplan>
</schema:fileplan>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="fileplan" substitutionGroup="schema:m.desc.base">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="schema:head"/>
      <xs:choice maxOccurs="unbounded">
        <xs:element ref="schema:m.blocks"/>
        <xs:element ref="schema:fileplan"/>
      </xs:choice>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:acqinfo
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#acqinfo_encodinganalog ead_revised.tmp#head ead_revised.tmp#m.blocks ead_revised.tmp#acqinfo ead_revised.tmp#m.desc.base
Properties
content complex
Substitution Group Affiliation
Used by
Element schema:acqinfo
Model
Children schema:acqinfo, schema:head, schema:m.blocks
Instance
<schema:acqinfo altrender="" audience="" encodinganalog="" id="" lang="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</schema:head>
  <schema:m.blocks>{1,1}</schema:m.blocks>
  <schema:acqinfo altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</schema:acqinfo>
</schema:acqinfo>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="acqinfo" substitutionGroup="schema:m.desc.base">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="schema:head"/>
      <xs:choice maxOccurs="unbounded">
        <xs:element ref="schema:m.blocks"/>
        <xs:element ref="schema:acqinfo"/>
      </xs:choice>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:altformavail
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#altformavail_encodinganalog ead_revised.tmp#altformavail_localtype ead_revised.tmp#head ead_revised.tmp#m.blocks ead_revised.tmp#altformavail ead_revised.tmp#m.desc.base
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children schema:altformavail, schema:head, schema:m.blocks
Instance
<schema:altformavail altrender="" audience="" encodinganalog="" id="" lang="" localtype="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</schema:head>
  <schema:m.blocks>{1,1}</schema:m.blocks>
  <schema:altformavail altrender="" audience="" encodinganalog="" id="" lang="" localtype="" script="">{1,1}</schema:altformavail>
</schema:altformavail>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
localtype optional
script optional
Source
<xs:element name="altformavail" substitutionGroup="schema:m.desc.base">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="schema:head"/>
      <xs:choice maxOccurs="unbounded">
        <xs:element ref="schema:m.blocks"/>
        <xs:element ref="schema:altformavail"/>
      </xs:choice>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="encodinganalog"/>
    <xs:attribute name="localtype"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:originalsloc
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#originalsloc_encodinganalog ead_revised.tmp#originalsloc_localtype ead_revised.tmp#head ead_revised.tmp#m.blocks ead_revised.tmp#originalsloc ead_revised.tmp#m.desc.base
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children schema:head, schema:m.blocks, schema:originalsloc
Instance
<schema:originalsloc altrender="" audience="" encodinganalog="" id="" lang="" localtype="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</schema:head>
  <schema:m.blocks>{1,1}</schema:m.blocks>
  <schema:originalsloc altrender="" audience="" encodinganalog="" id="" lang="" localtype="" script="">{1,1}</schema:originalsloc>
</schema:originalsloc>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
localtype optional
script optional
Source
<xs:element name="originalsloc" substitutionGroup="schema:m.desc.base">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="schema:head"/>
      <xs:choice maxOccurs="unbounded">
        <xs:element ref="schema:m.blocks"/>
        <xs:element ref="schema:originalsloc"/>
      </xs:choice>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="encodinganalog"/>
    <xs:attribute name="localtype"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:phystech
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#phystech_encodinganalog ead_revised.tmp#phystech_localtype ead_revised.tmp#head ead_revised.tmp#m.blocks ead_revised.tmp#phystech ead_revised.tmp#m.desc.base
Properties
content complex
Substitution Group Affiliation
Used by
Element schema:phystech
Model
Children schema:head, schema:m.blocks, schema:phystech
Instance
<schema:phystech altrender="" audience="" encodinganalog="" id="" lang="" localtype="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</schema:head>
  <schema:m.blocks>{1,1}</schema:m.blocks>
  <schema:phystech altrender="" audience="" encodinganalog="" id="" lang="" localtype="" script="">{1,1}</schema:phystech>
</schema:phystech>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
localtype optional
script optional
Source
<xs:element name="phystech" substitutionGroup="schema:m.desc.base">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="schema:head"/>
      <xs:choice maxOccurs="unbounded">
        <xs:element ref="schema:m.blocks"/>
        <xs:element ref="schema:phystech"/>
      </xs:choice>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="encodinganalog"/>
    <xs:attribute name="localtype"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:appraisal
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#appraisal_encodinganalog ead_revised.tmp#head ead_revised.tmp#m.blocks ead_revised.tmp#appraisal ead_revised.tmp#m.desc.base
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children schema:appraisal, schema:head, schema:m.blocks
Instance
<schema:appraisal altrender="" audience="" encodinganalog="" id="" lang="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</schema:head>
  <schema:m.blocks>{1,1}</schema:m.blocks>
  <schema:appraisal altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</schema:appraisal>
</schema:appraisal>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="appraisal" substitutionGroup="schema:m.desc.base">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="schema:head"/>
      <xs:choice maxOccurs="unbounded">
        <xs:element ref="schema:m.blocks"/>
        <xs:element ref="schema:appraisal"/>
      </xs:choice>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:custodhist
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#custodhist_encodinganalog ead_revised.tmp#head ead_revised.tmp#m.blocks ead_revised.tmp#custodhist ead_revised.tmp#m.desc.base
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children schema:custodhist, schema:head, schema:m.blocks
Instance
<schema:custodhist altrender="" audience="" encodinganalog="" id="" lang="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</schema:head>
  <schema:m.blocks>{1,1}</schema:m.blocks>
  <schema:custodhist altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</schema:custodhist>
</schema:custodhist>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="custodhist" substitutionGroup="schema:m.desc.base">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="schema:head"/>
      <xs:choice maxOccurs="unbounded">
        <xs:element ref="schema:m.blocks"/>
        <xs:element ref="schema:custodhist"/>
      </xs:choice>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:index
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#index_encodinganalog ead_revised.tmp#head ead_revised.tmp#m.blocks ead_revised.tmp#listhead ead_revised.tmp#indexentry ead_revised.tmp#m.desc.base
Properties
content complex
Substitution Group Affiliation
Model
Children schema:head, schema:indexentry, schema:listhead, schema:m.blocks
Instance
<schema:index altrender="" audience="" encodinganalog="" id="" lang="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</schema:head>
  <schema:m.blocks>{0,unbounded}</schema:m.blocks>
  <schema:listhead altrender="" audience="" id="" lang="" script="">{0,1}</schema:listhead>
  <schema:indexentry altrender="" audience="" id="" lang="" script="">{1,unbounded}</schema:indexentry>
</schema:index>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="index" substitutionGroup="schema:m.desc.base">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="schema:head"/>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="schema:m.blocks"/>
      <xs:sequence>
        <xs:element minOccurs="0" ref="schema:listhead"/>
        <xs:element maxOccurs="unbounded" ref="schema:indexentry"/>
      </xs:sequence>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:indexentry
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#namegrp ead_revised.tmp#m.access.title ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#m.refs ead_revised.tmp#indexentry
Properties
content complex
Used by
Model
Children schema:indexentry, schema:m.access.title, schema:namegrp, schema:ptr, schema:ref
Instance
<schema:indexentry altrender="" audience="" id="" lang="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:namegrp altrender="" audience="" id="" lang="" script="">{1,1}</schema:namegrp>
  <schema:m.access.title>{1,1}</schema:m.access.title>
  <schema:ref actuate="" altrender="" arcrole="" audience="" href="" id="" lang="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</schema:ref>
  <schema:ptr actuate="" altrender="" arcrole="" audience="" href="" id="" linkrole="" linktitle="" linktype="" show="" target="" xpointer="">{1,1}</schema:ptr>
  <schema:indexentry altrender="" audience="" id="" lang="" script="">{0,unbounded}</schema:indexentry>
</schema:indexentry>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="indexentry">
  <xs:complexType>
    <xs:sequence>
      <xs:choice>
        <xs:element ref="schema:namegrp"/>
        <xs:element ref="schema:m.access.title"/>
      </xs:choice>
      <xs:group minOccurs="0" ref="schema:m.refs"/>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="schema:indexentry"/>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:namegrp
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#m.access.title
Properties
content complex
Used by
Model
Children schema:m.access.title
Instance
<schema:namegrp altrender="" audience="" id="" lang="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:m.access.title>{1,unbounded}</schema:m.access.title>
</schema:namegrp>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="namegrp">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="schema:m.access.title"/>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:legalstatus
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#legalstatus_encodinganalog ead_revised.tmp#legalstatus_localtype ead_revised.tmp#head ead_revised.tmp#m.blocks ead_revised.tmp#legalstatus ead_revised.tmp#m.desc.base
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children schema:head, schema:legalstatus, schema:m.blocks
Instance
<schema:legalstatus altrender="" audience="" encodinganalog="" id="" lang="" localtype="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</schema:head>
  <schema:m.blocks>{1,1}</schema:m.blocks>
  <schema:legalstatus altrender="" audience="" encodinganalog="" id="" lang="" localtype="" script="">{1,1}</schema:legalstatus>
</schema:legalstatus>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
localtype optional
script optional
Source
<xs:element name="legalstatus" substitutionGroup="schema:m.desc.base">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="schema:head"/>
      <xs:choice maxOccurs="unbounded">
        <xs:element ref="schema:m.blocks"/>
        <xs:element ref="schema:legalstatus"/>
      </xs:choice>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="encodinganalog"/>
    <xs:attribute name="localtype"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:materialspec
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#materialspec_encodinganalog ead_revised.tmp#materialspec_localtype ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#foreign ead_revised.tmp#m.mixed.basic ead_revised.tmp#m.did
Properties
content complex
mixed true
Substitution Group Affiliation
Model
Children schema:abbr, schema:emph, schema:expan, schema:foreign, schema:lb, schema:ptr, schema:ref
Instance
<schema:materialspec altrender="" audience="" encodinganalog="" id="" lang="" localtype="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</schema:abbr>
  <schema:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</schema:expan>
  <schema:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:emph>
  <schema:lb>{1,1}</schema:lb>
  <schema:ref actuate="" altrender="" arcrole="" audience="" href="" id="" lang="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</schema:ref>
  <schema:ptr actuate="" altrender="" arcrole="" audience="" href="" id="" linkrole="" linktitle="" linktype="" show="" target="" xpointer="">{1,1}</schema:ptr>
  <schema:foreign altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:foreign>
</schema:materialspec>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
localtype optional
script optional
Source
<xs:element name="materialspec" substitutionGroup="schema:m.did">
  <xs:complexType mixed="true">
    <xs:group ref="schema:m.mixed.basic"/>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="encodinganalog"/>
    <xs:attribute name="localtype"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:prefercite
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#prefercite_encodinganalog ead_revised.tmp#head ead_revised.tmp#m.blocks ead_revised.tmp#prefercite ead_revised.tmp#m.desc.base
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children schema:head, schema:m.blocks, schema:prefercite
Instance
<schema:prefercite altrender="" audience="" encodinganalog="" id="" lang="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</schema:head>
  <schema:m.blocks>{1,1}</schema:m.blocks>
  <schema:prefercite altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</schema:prefercite>
</schema:prefercite>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="prefercite" substitutionGroup="schema:m.desc.base">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="schema:head"/>
      <xs:choice maxOccurs="unbounded">
        <xs:element ref="schema:m.blocks"/>
        <xs:element ref="schema:prefercite"/>
      </xs:choice>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:processinfo
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#processinfo_localtype ead_revised.tmp#processinfo_encodinganalog ead_revised.tmp#head ead_revised.tmp#m.blocks ead_revised.tmp#processinfo ead_revised.tmp#m.desc.base
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children schema:head, schema:m.blocks, schema:processinfo
Instance
<schema:processinfo altrender="" audience="" encodinganalog="" id="" lang="" localtype="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</schema:head>
  <schema:m.blocks>{1,1}</schema:m.blocks>
  <schema:processinfo altrender="" audience="" encodinganalog="" id="" lang="" localtype="" script="">{1,1}</schema:processinfo>
</schema:processinfo>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
localtype optional
script optional
Source
<xs:element name="processinfo" substitutionGroup="schema:m.desc.base">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="schema:head"/>
      <xs:choice maxOccurs="unbounded">
        <xs:element ref="schema:m.blocks"/>
        <xs:element ref="schema:processinfo"/>
      </xs:choice>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="localtype"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:userestrict
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#userestrict_encodinganalog ead_revised.tmp#userestrict_localtype ead_revised.tmp#head ead_revised.tmp#m.blocks ead_revised.tmp#userestrict ead_revised.tmp#m.desc.base
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children schema:head, schema:m.blocks, schema:userestrict
Instance
<schema:userestrict altrender="" audience="" encodinganalog="" id="" lang="" localtype="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</schema:head>
  <schema:m.blocks>{1,1}</schema:m.blocks>
  <schema:userestrict altrender="" audience="" encodinganalog="" id="" lang="" localtype="" script="">{1,1}</schema:userestrict>
</schema:userestrict>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
localtype optional
script optional
Source
<xs:element name="userestrict" substitutionGroup="schema:m.desc.base">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="schema:head"/>
      <xs:choice maxOccurs="unbounded">
        <xs:element ref="schema:m.blocks"/>
        <xs:element ref="schema:userestrict"/>
      </xs:choice>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="encodinganalog"/>
    <xs:attribute name="localtype"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:bioghist
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#bioghist_encodinganalog ead_revised.tmp#head ead_revised.tmp#m.blocks ead_revised.tmp#bioghist ead_revised.tmp#m.desc.base
Properties
content complex
Substitution Group Affiliation
Used by
Element schema:bioghist
Model
Children schema:bioghist, schema:head, schema:m.blocks
Instance
<schema:bioghist altrender="" audience="" encodinganalog="" id="" lang="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</schema:head>
  <schema:m.blocks>{1,1}</schema:m.blocks>
  <schema:bioghist altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</schema:bioghist>
</schema:bioghist>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="bioghist" substitutionGroup="schema:m.desc.base">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="schema:head"/>
      <xs:choice maxOccurs="unbounded">
        <xs:element ref="schema:m.blocks"/>
        <xs:element ref="schema:bioghist"/>
      </xs:choice>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:controlaccess
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#controlaccess_encodinganalog ead_revised.tmp#head ead_revised.tmp#m.blocks ead_revised.tmp#m.access.title ead_revised.tmp#controlaccess ead_revised.tmp#m.desc.base
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children schema:controlaccess, schema:head, schema:m.access.title, schema:m.blocks
Instance
<schema:controlaccess altrender="" audience="" encodinganalog="" id="" lang="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</schema:head>
  <schema:m.blocks>{1,1}</schema:m.blocks>
  <schema:m.access.title>{1,1}</schema:m.access.title>
  <schema:controlaccess altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</schema:controlaccess>
</schema:controlaccess>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="controlaccess" substitutionGroup="schema:m.desc.base">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="schema:head"/>
      <xs:choice maxOccurs="unbounded">
        <xs:element ref="schema:m.blocks"/>
        <xs:element ref="schema:m.access.title"/>
        <xs:element ref="schema:controlaccess"/>
      </xs:choice>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:odd
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#odd_localtype ead_revised.tmp#odd_encodinganalog ead_revised.tmp#head ead_revised.tmp#m.blocks ead_revised.tmp#odd ead_revised.tmp#m.desc.base
Properties
content complex
Substitution Group Affiliation
Used by
Element schema:odd
Model
Children schema:head, schema:m.blocks, schema:odd
Instance
<schema:odd altrender="" audience="" encodinganalog="" id="" lang="" localtype="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</schema:head>
  <schema:m.blocks>{1,1}</schema:m.blocks>
  <schema:odd altrender="" audience="" encodinganalog="" id="" lang="" localtype="" script="">{1,1}</schema:odd>
</schema:odd>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
localtype optional
script optional
Source
<xs:element name="odd" substitutionGroup="schema:m.desc.base">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="schema:head"/>
      <xs:choice maxOccurs="unbounded">
        <xs:element ref="schema:m.blocks"/>
        <xs:element ref="schema:odd"/>
      </xs:choice>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="localtype"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:scopecontent
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#scopecontent_encodinganalog ead_revised.tmp#head ead_revised.tmp#m.blocks ead_revised.tmp#scopecontent ead_revised.tmp#m.desc.base
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children schema:head, schema:m.blocks, schema:scopecontent
Instance
<schema:scopecontent altrender="" audience="" encodinganalog="" id="" lang="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</schema:head>
  <schema:m.blocks>{1,1}</schema:m.blocks>
  <schema:scopecontent altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</schema:scopecontent>
</schema:scopecontent>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="scopecontent" substitutionGroup="schema:m.desc.base">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="schema:head"/>
      <xs:choice maxOccurs="unbounded">
        <xs:element ref="schema:m.blocks"/>
        <xs:element ref="schema:scopecontent"/>
      </xs:choice>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:arrangement
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#arrangement_encodinganalog ead_revised.tmp#head ead_revised.tmp#m.blocks ead_revised.tmp#arrangement ead_revised.tmp#m.desc.base
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children schema:arrangement, schema:head, schema:m.blocks
Instance
<schema:arrangement altrender="" audience="" encodinganalog="" id="" lang="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</schema:head>
  <schema:m.blocks>{1,1}</schema:m.blocks>
  <schema:arrangement altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</schema:arrangement>
</schema:arrangement>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="arrangement" substitutionGroup="schema:m.desc.base">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="schema:head"/>
      <xs:choice maxOccurs="unbounded">
        <xs:element ref="schema:m.blocks"/>
        <xs:element ref="schema:arrangement"/>
      </xs:choice>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:bibliography
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#bibliography_encodinganalog ead_revised.tmp#head ead_revised.tmp#m.blocks ead_revised.tmp#bibliography ead_revised.tmp#archref ead_revised.tmp#bibref ead_revised.tmp#m.desc.base
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children schema:archref, schema:bibliography, schema:bibref, schema:head, schema:m.blocks
Instance
<schema:bibliography altrender="" audience="" encodinganalog="" id="" lang="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</schema:head>
  <schema:m.blocks>{1,1}</schema:m.blocks>
  <schema:bibliography altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</schema:bibliography>
  <schema:archref altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</schema:archref>
  <schema:bibref altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</schema:bibref>
</schema:bibliography>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="bibliography" substitutionGroup="schema:m.desc.base">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="schema:head"/>
      <xs:choice maxOccurs="unbounded">
        <xs:element ref="schema:m.blocks"/>
        <xs:element ref="schema:bibliography"/>
        <xs:element ref="schema:archref"/>
        <xs:element ref="schema:bibref"/>
      </xs:choice>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:archref
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#archref_encodinganalog ead_revised.tmp#m.access.title ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#foreign ead_revised.tmp#m.mixed.basic ead_revised.tmp#quote ead_revised.tmp#num ead_revised.tmp#footnote ead_revised.tmp#date ead_revised.tmp#m.mixed.basic.plus.access
Properties
content complex
mixed true
Used by
Model
Children schema:abbr, schema:date, schema:emph, schema:expan, schema:footnote, schema:foreign, schema:lb, schema:m.access.title, schema:num, schema:ptr, schema:quote, schema:ref
Instance
<schema:archref altrender="" audience="" encodinganalog="" id="" lang="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:m.access.title>{1,1}</schema:m.access.title>
  <schema:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</schema:abbr>
  <schema:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</schema:expan>
  <schema:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:emph>
  <schema:lb>{1,1}</schema:lb>
  <schema:ref actuate="" altrender="" arcrole="" audience="" href="" id="" lang="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</schema:ref>
  <schema:ptr actuate="" altrender="" arcrole="" audience="" href="" id="" linkrole="" linktitle="" linktype="" show="" target="" xpointer="">{1,1}</schema:ptr>
  <schema:foreign altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:foreign>
  <schema:quote altrender="" audience="" id="" lang="" localtype="" script="">{1,1}</schema:quote>
  <schema:num altrender="" audience="" id="" lang="" localtype="" script="">{1,1}</schema:num>
  <schema:footnote actuate="" altrender="" audience="" id="" lang="" localtype="" script="" show="">{1,1}</schema:footnote>
  <schema:date altrender="" audience="" calendar="" certainty="" encodinganalog="" era="" id="" lang="" localtype="" normal="" script="">{1,1}</schema:date>
</schema:archref>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="archref">
  <xs:complexType mixed="true">
    <xs:group minOccurs="0" maxOccurs="unbounded" ref="schema:m.mixed.basic.plus.access"/>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:bibref
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#bibref_encodinganalog ead_revised.tmp#m.access.title ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#foreign ead_revised.tmp#m.mixed.basic ead_revised.tmp#quote ead_revised.tmp#num ead_revised.tmp#footnote ead_revised.tmp#date ead_revised.tmp#m.mixed.basic.plus.access
Properties
content complex
mixed true
Used by
Model
Children schema:abbr, schema:date, schema:emph, schema:expan, schema:footnote, schema:foreign, schema:lb, schema:m.access.title, schema:num, schema:ptr, schema:quote, schema:ref
Instance
<schema:bibref altrender="" audience="" encodinganalog="" id="" lang="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:m.access.title>{1,1}</schema:m.access.title>
  <schema:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</schema:abbr>
  <schema:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</schema:expan>
  <schema:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:emph>
  <schema:lb>{1,1}</schema:lb>
  <schema:ref actuate="" altrender="" arcrole="" audience="" href="" id="" lang="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</schema:ref>
  <schema:ptr actuate="" altrender="" arcrole="" audience="" href="" id="" linkrole="" linktitle="" linktype="" show="" target="" xpointer="">{1,1}</schema:ptr>
  <schema:foreign altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:foreign>
  <schema:quote altrender="" audience="" id="" lang="" localtype="" script="">{1,1}</schema:quote>
  <schema:num altrender="" audience="" id="" lang="" localtype="" script="">{1,1}</schema:num>
  <schema:footnote actuate="" altrender="" audience="" id="" lang="" localtype="" script="" show="">{1,1}</schema:footnote>
  <schema:date altrender="" audience="" calendar="" certainty="" encodinganalog="" era="" id="" lang="" localtype="" normal="" script="">{1,1}</schema:date>
</schema:bibref>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="bibref">
  <xs:complexType mixed="true">
    <xs:group minOccurs="0" maxOccurs="unbounded" ref="schema:m.mixed.basic.plus.access"/>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:relatedmaterial
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#relatedmaterial_localtype ead_revised.tmp#relatedmaterial_encodinganalog ead_revised.tmp#head ead_revised.tmp#m.blocks ead_revised.tmp#relatedmaterial ead_revised.tmp#archref ead_revised.tmp#bibref ead_revised.tmp#m.desc.base
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children schema:archref, schema:bibref, schema:head, schema:m.blocks, schema:relatedmaterial
Instance
<schema:relatedmaterial altrender="" audience="" encodinganalog="" id="" lang="" localtype="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</schema:head>
  <schema:m.blocks>{1,1}</schema:m.blocks>
  <schema:relatedmaterial altrender="" audience="" encodinganalog="" id="" lang="" localtype="" script="">{1,1}</schema:relatedmaterial>
  <schema:archref altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</schema:archref>
  <schema:bibref altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</schema:bibref>
</schema:relatedmaterial>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
localtype optional
script optional
Source
<xs:element name="relatedmaterial" substitutionGroup="schema:m.desc.base">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="schema:head"/>
      <xs:choice maxOccurs="unbounded">
        <xs:element ref="schema:m.blocks"/>
        <xs:element ref="schema:relatedmaterial"/>
        <xs:element ref="schema:archref"/>
        <xs:element ref="schema:bibref"/>
      </xs:choice>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="localtype"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:separatedmaterial
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#separatedmaterial_localtype ead_revised.tmp#separatedmaterial_encodinganalog ead_revised.tmp#head ead_revised.tmp#m.blocks ead_revised.tmp#separatedmaterial ead_revised.tmp#archref ead_revised.tmp#bibref ead_revised.tmp#m.desc.base
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children schema:archref, schema:bibref, schema:head, schema:m.blocks, schema:separatedmaterial
Instance
<schema:separatedmaterial altrender="" audience="" encodinganalog="" id="" lang="" localtype="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</schema:head>
  <schema:m.blocks>{1,1}</schema:m.blocks>
  <schema:separatedmaterial altrender="" audience="" encodinganalog="" id="" lang="" localtype="" script="">{1,1}</schema:separatedmaterial>
  <schema:archref altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</schema:archref>
  <schema:bibref altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</schema:bibref>
</schema:separatedmaterial>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
localtype optional
script optional
Source
<xs:element name="separatedmaterial" substitutionGroup="schema:m.desc.base">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="schema:head"/>
      <xs:choice maxOccurs="unbounded">
        <xs:element ref="schema:m.blocks"/>
        <xs:element ref="schema:separatedmaterial"/>
        <xs:element ref="schema:archref"/>
        <xs:element ref="schema:bibref"/>
      </xs:choice>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="localtype"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:otherfindaid
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#otherfindaid_encodinganalog ead_revised.tmp#head ead_revised.tmp#m.blocks ead_revised.tmp#otherfindaid ead_revised.tmp#archref ead_revised.tmp#bibref ead_revised.tmp#m.desc.base
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children schema:archref, schema:bibref, schema:head, schema:m.blocks, schema:otherfindaid
Instance
<schema:otherfindaid altrender="" audience="" encodinganalog="" id="" lang="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</schema:head>
  <schema:m.blocks>{1,1}</schema:m.blocks>
  <schema:otherfindaid altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</schema:otherfindaid>
  <schema:archref altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</schema:archref>
  <schema:bibref altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</schema:bibref>
</schema:otherfindaid>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="otherfindaid" substitutionGroup="schema:m.desc.base">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="schema:head"/>
      <xs:choice maxOccurs="unbounded">
        <xs:element ref="schema:m.blocks"/>
        <xs:element ref="schema:otherfindaid"/>
        <xs:element ref="schema:archref"/>
        <xs:element ref="schema:bibref"/>
      </xs:choice>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:table
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#table_frame ead_revised.tmp#table_cols ead_revised.tmp#table_width ead_revised.tmp#table_colsep ead_revised.tmp#table_rowsep ead_revised.tmp#head ead_revised.tmp#colspec ead_revised.tmp#row ead_revised.tmp#m.inter.noquote
Properties
content complex
Substitution Group Affiliation
Model
Children schema:colspec, schema:head, schema:row
Instance
<schema:table altrender="" audience="" cols="" colsep="" frame="" id="" lang="" rowsep="" script="" width="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</schema:head>
  <schema:colspec align="" altrender="" audience="" colname="" cols="" colsep="" id="" rowsep="" valign="" width="">{0,1}</schema:colspec>
  <schema:row altrender="" audience="" id="" lang="" rowsep="" script="" valign="">{1,unbounded}</schema:row>
</schema:table>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
cols optional
colsep schema:av.yesorno optional
frame restriction of xs:token optional
id xs:ID optional
lang optional
rowsep schema:av.yesorno optional
script optional
width optional
Source
<xs:element name="table" substitutionGroup="schema:m.inter.noquote">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="schema:head"/>
      <xs:element minOccurs="0" ref="schema:colspec"/>
      <xs:element maxOccurs="unbounded" ref="schema:row"/>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="frame">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="top"/>
          <xs:enumeration value="bottom"/>
          <xs:enumeration value="topbot"/>
          <xs:enumeration value="all"/>
          <xs:enumeration value="sides"/>
          <xs:enumeration value="none"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="cols"/>
    <xs:attribute name="width"/>
    <xs:attribute name="colsep" type="schema:av.yesorno"/>
    <xs:attribute name="rowsep" type="schema:av.yesorno"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:colspec
Diagram
Diagram ead_revised.tmp#a.common.empty ead_revised.tmp#colspec_cols ead_revised.tmp#colspec_colname ead_revised.tmp#colspec_width ead_revised.tmp#colspec_colsep ead_revised.tmp#colspec_rowsep ead_revised.tmp#colspec_align ead_revised.tmp#colspec_valign
Properties
content complex
Used by
Element schema:table
Attributes
QName Type Use
align restriction of xs:token optional
altrender optional
audience restriction of xs:token optional
colname xs:NMTOKEN optional
cols xs:NMTOKEN optional
colsep schema:av.yesorno optional
id xs:ID optional
rowsep schema:av.yesorno optional
valign restriction of xs:token optional
width optional
Source
<xs:element name="colspec">
  <xs:complexType>
    <xs:attributeGroup ref="schema:a.common.empty"/>
    <xs:attribute name="cols" type="xs:NMTOKEN"/>
    <xs:attribute name="colname" type="xs:NMTOKEN"/>
    <xs:attribute name="width"/>
    <xs:attribute name="colsep" type="schema:av.yesorno"/>
    <xs:attribute name="rowsep" type="schema:av.yesorno"/>
    <xs:attribute name="align">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="left"/>
          <xs:enumeration value="right"/>
          <xs:enumeration value="center"/>
          <xs:enumeration value="justify"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="valign">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="top"/>
          <xs:enumeration value="middle"/>
          <xs:enumeration value="bottom"/>
          <xs:enumeration value="baseline"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:row
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#row_rowsep ead_revised.tmp#row_valign ead_revised.tmp#thentry ead_revised.tmp#entry
Properties
content complex
Used by
Model
Children schema:entry, schema:thentry
Instance
<schema:row altrender="" audience="" id="" lang="" rowsep="" script="" valign="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:thentry altrender="" audience="" id="" lang="" script="">{1,1}</schema:thentry>
  <schema:entry align="" altrender="" audience="" colname="" colsep="" id="" lang="" morerows="" nameend="" namest="" rowsep="" script="" valign="">{1,1}</schema:entry>
</schema:row>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
rowsep schema:av.yesorno optional
script optional
valign restriction of xs:token optional
Source
<xs:element name="row">
  <xs:complexType>
    <xs:choice maxOccurs="unbounded">
      <xs:element ref="schema:thentry"/>
      <xs:element ref="schema:entry"/>
    </xs:choice>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="rowsep" type="schema:av.yesorno"/>
    <xs:attribute name="valign">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="top"/>
          <xs:enumeration value="middle"/>
          <xs:enumeration value="bottom"/>
          <xs:enumeration value="baseline"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:thentry
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#foreign ead_revised.tmp#m.mixed.basic
Properties
content complex
mixed true
Used by
Element schema:row
Model
Children schema:abbr, schema:emph, schema:expan, schema:foreign, schema:lb, schema:ptr, schema:ref
Instance
<schema:thentry altrender="" audience="" id="" lang="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</schema:abbr>
  <schema:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</schema:expan>
  <schema:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:emph>
  <schema:lb>{1,1}</schema:lb>
  <schema:ref actuate="" altrender="" arcrole="" audience="" href="" id="" lang="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</schema:ref>
  <schema:ptr actuate="" altrender="" arcrole="" audience="" href="" id="" linkrole="" linktitle="" linktype="" show="" target="" xpointer="">{1,1}</schema:ptr>
  <schema:foreign altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:foreign>
</schema:thentry>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="thentry">
  <xs:complexType mixed="true">
    <xs:group ref="schema:m.mixed.basic"/>
    <xs:attributeGroup ref="schema:a.common"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:entry
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#entry_colname ead_revised.tmp#entry_namest ead_revised.tmp#entry_nameend ead_revised.tmp#entry_morerows ead_revised.tmp#entry_colsep ead_revised.tmp#entry_rowsep ead_revised.tmp#entry_align ead_revised.tmp#entry_valign ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#foreign ead_revised.tmp#m.mixed.basic ead_revised.tmp#quote ead_revised.tmp#num ead_revised.tmp#footnote ead_revised.tmp#date ead_revised.tmp#m.mixed.basic.plus ead_revised.tmp#m.access.title ead_revised.tmp#list ead_revised.tmp#m.para.content
Properties
content complex
mixed true
Used by
Element schema:row
Model
((((schema:abbr | schema:expan | schema:emph | schema:lb | schema:ref | schema:ptr | schema:foreign)) | schema:quote | schema:num | schema:footnote | schema:date)) | schema:m.access.title | schema:list
Children schema:abbr, schema:date, schema:emph, schema:expan, schema:footnote, schema:foreign, schema:lb, schema:list, schema:m.access.title, schema:num, schema:ptr, schema:quote, schema:ref
Instance
<schema:entry align="" altrender="" audience="" colname="" colsep="" id="" lang="" morerows="" nameend="" namest="" rowsep="" script="" valign="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</schema:abbr>
  <schema:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</schema:expan>
  <schema:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:emph>
  <schema:lb>{1,1}</schema:lb>
  <schema:ref actuate="" altrender="" arcrole="" audience="" href="" id="" lang="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</schema:ref>
  <schema:ptr actuate="" altrender="" arcrole="" audience="" href="" id="" linkrole="" linktitle="" linktype="" show="" target="" xpointer="">{1,1}</schema:ptr>
  <schema:foreign altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:foreign>
  <schema:quote altrender="" audience="" id="" lang="" localtype="" script="">{1,1}</schema:quote>
  <schema:num altrender="" audience="" id="" lang="" localtype="" script="">{1,1}</schema:num>
  <schema:footnote actuate="" altrender="" audience="" id="" lang="" localtype="" script="" show="">{1,1}</schema:footnote>
  <schema:date altrender="" audience="" calendar="" certainty="" encodinganalog="" era="" id="" lang="" localtype="" normal="" script="">{1,1}</schema:date>
  <schema:m.access.title>{1,1}</schema:m.access.title>
  <schema:list altrender="" audience="" id="" lang="" listtype="" mark="" numeration="" script="">{1,1}</schema:list>
</schema:entry>
Attributes
QName Type Use
align restriction of xs:token optional
altrender optional
audience restriction of xs:token optional
colname xs:NMTOKEN optional
colsep schema:av.yesorno optional
id xs:ID optional
lang optional
morerows xs:NMTOKEN optional
nameend xs:NMTOKEN optional
namest xs:NMTOKEN optional
rowsep schema:av.yesorno optional
script optional
valign restriction of xs:token optional
Source
<xs:element name="entry">
  <xs:complexType mixed="true">
    <xs:group minOccurs="0" maxOccurs="unbounded" ref="schema:m.para.content"/>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="colname" type="xs:NMTOKEN"/>
    <xs:attribute name="namest" type="xs:NMTOKEN"/>
    <xs:attribute name="nameend" type="xs:NMTOKEN"/>
    <xs:attribute name="morerows" type="xs:NMTOKEN"/>
    <xs:attribute name="colsep" type="schema:av.yesorno"/>
    <xs:attribute name="rowsep" type="schema:av.yesorno"/>
    <xs:attribute name="align">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="left"/>
          <xs:enumeration value="right"/>
          <xs:enumeration value="center"/>
          <xs:enumeration value="justify"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="valign">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="top"/>
          <xs:enumeration value="middle"/>
          <xs:enumeration value="bottom"/>
          <xs:enumeration value="baseline"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:thead
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#thead_valign ead_revised.tmp#row
Properties
content complex
Used by
Model
Children schema:row
Instance
<schema:thead altrender="" audience="" id="" lang="" script="" valign="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:row altrender="" audience="" id="" lang="" rowsep="" script="" valign="">{1,unbounded}</schema:row>
</schema:thead>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
valign restriction of xs:token optional
Source
<xs:element name="thead">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="schema:row"/>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="valign">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="top"/>
          <xs:enumeration value="middle"/>
          <xs:enumeration value="bottom"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:dsc
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#dsc_dsctype ead_revised.tmp#dsc_otherdsctype ead_revised.tmp#dsc_encodinganalog ead_revised.tmp#a.dsctab.tpattern ead_revised.tmp#head ead_revised.tmp#m.blocks ead_revised.tmp#thead ead_revised.tmp#c ead_revised.tmp#c01 ead_revised.tmp#m.cOrC01 ead_revised.tmp#m.desc.base.full
Properties
content complex
Substitution Group Affiliation
Model
Children schema:c, schema:c01, schema:head, schema:m.blocks, schema:thead
Instance
<schema:dsc altrender="" audience="" dsctype="" encodinganalog="" id="" lang="" otherdsctype="" script="" tpattern="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</schema:head>
  <schema:m.blocks>{0,unbounded}</schema:m.blocks>
  <schema:thead altrender="" audience="" id="" lang="" script="" valign="">{0,1}</schema:thead>
  <schema:c altrender="" audience="" encodinganalog="" id="" lang="" level="" otherlevel="" script="">{1,unbounded}</schema:c>
  <schema:c01 altrender="" audience="" encodinganalog="" id="" lang="" level="" otherlevel="" script="">{1,unbounded}</schema:c01>
</schema:dsc>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
dsctype restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
otherdsctype xs:NMTOKEN optional
script optional
tpattern xs:NMTOKEN optional
Source
<xs:element name="dsc" substitutionGroup="schema:m.desc.base.full">
  <xs:complexType>
    <xs:sequence>
      <xs:sequence>
        <xs:element minOccurs="0" ref="schema:head"/>
        <xs:element minOccurs="0" maxOccurs="unbounded" ref="schema:m.blocks"/>
      </xs:sequence>
      <xs:element minOccurs="0" ref="schema:thead"/>
      <xs:group minOccurs="0" ref="schema:m.cOrC01"/>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="dsctype">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="analyticover"/>
          <xs:enumeration value="combined"/>
          <xs:enumeration value="indepth"/>
          <xs:enumeration value="otherdsctype"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="otherdsctype" type="xs:NMTOKEN"/>
    <xs:attribute name="encodinganalog"/>
    <xs:attributeGroup ref="schema:a.dsctab.tpattern"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:c
Diagram
Diagram ead_revised.tmp#a.desc.c ead_revised.tmp#head ead_revised.tmp#did ead_revised.tmp#m.desc.base ead_revised.tmp#m.c.base ead_revised.tmp#thead ead_revised.tmp#c
Type extension of schema:m.c.base
Type hierarchy
Properties
content complex
Used by
Element schema:c
Element Group schema:m.cOrC01
Model
Children schema:c, schema:did, schema:head, schema:m.desc.base, schema:thead
Instance
<schema:c altrender="" audience="" encodinganalog="" id="" lang="" level="" otherlevel="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</schema:head>
  <schema:did altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</schema:did>
  <schema:m.desc.base>{0,unbounded}</schema:m.desc.base>
  <schema:thead altrender="" audience="" id="" lang="" script="" valign="">{0,1}</schema:thead>
  <schema:c altrender="" audience="" encodinganalog="" id="" lang="" level="" otherlevel="" script="">{1,unbounded}</schema:c>
</schema:c>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
level schema:av.level optional
otherlevel xs:NMTOKEN optional
script optional
Source
<xs:element name="c">
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="schema:m.c.base">
        <xs:sequence minOccurs="0" maxOccurs="unbounded">
          <xs:element minOccurs="0" ref="schema:thead"/>
          <xs:element maxOccurs="unbounded" ref="schema:c"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:m.desc.base
Diagram
Diagram ead_revised.tmp#accessrestrict ead_revised.tmp#accruals ead_revised.tmp#acqinfo ead_revised.tmp#altformavail ead_revised.tmp#appraisal ead_revised.tmp#arrangement ead_revised.tmp#bibliography ead_revised.tmp#bioghist ead_revised.tmp#controlaccess ead_revised.tmp#custodhist ead_revised.tmp#fileplan ead_revised.tmp#index ead_revised.tmp#legalstatus ead_revised.tmp#odd ead_revised.tmp#originalsloc ead_revised.tmp#otherfindaid ead_revised.tmp#phystech ead_revised.tmp#prefercite ead_revised.tmp#processinfo ead_revised.tmp#relatedmaterial ead_revised.tmp#relations ead_revised.tmp#scopecontent ead_revised.tmp#separatedmaterial ead_revised.tmp#userestrict ead_revised.tmp#m.desc.base.full
Properties
abstract true
Substitution Group
Substitution Group Affiliation
Used by
Source
<xs:element name="m.desc.base" abstract="true" substitutionGroup="schema:m.desc.base.full"/>
[ top ]
Element schema:c01
Diagram
Diagram ead_revised.tmp#a.desc.c ead_revised.tmp#head ead_revised.tmp#did ead_revised.tmp#m.desc.base ead_revised.tmp#m.c.base ead_revised.tmp#thead ead_revised.tmp#c02
Type extension of schema:m.c.base
Type hierarchy
Properties
content complex
Used by
Element Group schema:m.cOrC01
Model
Children schema:c02, schema:did, schema:head, schema:m.desc.base, schema:thead
Instance
<schema:c01 altrender="" audience="" encodinganalog="" id="" lang="" level="" otherlevel="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</schema:head>
  <schema:did altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</schema:did>
  <schema:m.desc.base>{0,unbounded}</schema:m.desc.base>
  <schema:thead altrender="" audience="" id="" lang="" script="" valign="">{0,1}</schema:thead>
  <schema:c02 altrender="" audience="" encodinganalog="" id="" lang="" level="" otherlevel="" script="">{1,unbounded}</schema:c02>
</schema:c01>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
level schema:av.level optional
otherlevel xs:NMTOKEN optional
script optional
Source
<xs:element name="c01">
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="schema:m.c.base">
        <xs:sequence minOccurs="0" maxOccurs="unbounded">
          <xs:element minOccurs="0" ref="schema:thead"/>
          <xs:element maxOccurs="unbounded" ref="schema:c02"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:c02
Diagram
Diagram ead_revised.tmp#a.desc.c ead_revised.tmp#head ead_revised.tmp#did ead_revised.tmp#m.desc.base ead_revised.tmp#m.c.base ead_revised.tmp#thead ead_revised.tmp#c03
Type extension of schema:m.c.base
Type hierarchy
Properties
content complex
Used by
Element schema:c01
Model
Children schema:c03, schema:did, schema:head, schema:m.desc.base, schema:thead
Instance
<schema:c02 altrender="" audience="" encodinganalog="" id="" lang="" level="" otherlevel="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</schema:head>
  <schema:did altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</schema:did>
  <schema:m.desc.base>{0,unbounded}</schema:m.desc.base>
  <schema:thead altrender="" audience="" id="" lang="" script="" valign="">{0,1}</schema:thead>
  <schema:c03 altrender="" audience="" encodinganalog="" id="" lang="" level="" otherlevel="" script="">{1,unbounded}</schema:c03>
</schema:c02>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
level schema:av.level optional
otherlevel xs:NMTOKEN optional
script optional
Source
<xs:element name="c02">
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="schema:m.c.base">
        <xs:sequence minOccurs="0" maxOccurs="unbounded">
          <xs:element minOccurs="0" ref="schema:thead"/>
          <xs:element maxOccurs="unbounded" ref="schema:c03"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:c03
Diagram
Diagram ead_revised.tmp#a.desc.c ead_revised.tmp#head ead_revised.tmp#did ead_revised.tmp#m.desc.base ead_revised.tmp#m.c.base ead_revised.tmp#thead ead_revised.tmp#c04
Type extension of schema:m.c.base
Type hierarchy
Properties
content complex
Used by
Element schema:c02
Model
Children schema:c04, schema:did, schema:head, schema:m.desc.base, schema:thead
Instance
<schema:c03 altrender="" audience="" encodinganalog="" id="" lang="" level="" otherlevel="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</schema:head>
  <schema:did altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</schema:did>
  <schema:m.desc.base>{0,unbounded}</schema:m.desc.base>
  <schema:thead altrender="" audience="" id="" lang="" script="" valign="">{0,1}</schema:thead>
  <schema:c04 altrender="" audience="" encodinganalog="" id="" lang="" level="" otherlevel="" script="">{1,unbounded}</schema:c04>
</schema:c03>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
level schema:av.level optional
otherlevel xs:NMTOKEN optional
script optional
Source
<xs:element name="c03">
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="schema:m.c.base">
        <xs:sequence minOccurs="0" maxOccurs="unbounded">
          <xs:element minOccurs="0" ref="schema:thead"/>
          <xs:element maxOccurs="unbounded" ref="schema:c04"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:c04
Diagram
Diagram ead_revised.tmp#a.desc.c ead_revised.tmp#head ead_revised.tmp#did ead_revised.tmp#m.desc.base ead_revised.tmp#m.c.base ead_revised.tmp#thead ead_revised.tmp#c05
Type extension of schema:m.c.base
Type hierarchy
Properties
content complex
Used by
Element schema:c03
Model
Children schema:c05, schema:did, schema:head, schema:m.desc.base, schema:thead
Instance
<schema:c04 altrender="" audience="" encodinganalog="" id="" lang="" level="" otherlevel="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</schema:head>
  <schema:did altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</schema:did>
  <schema:m.desc.base>{0,unbounded}</schema:m.desc.base>
  <schema:thead altrender="" audience="" id="" lang="" script="" valign="">{0,1}</schema:thead>
  <schema:c05 altrender="" audience="" encodinganalog="" id="" lang="" level="" otherlevel="" script="">{1,unbounded}</schema:c05>
</schema:c04>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
level schema:av.level optional
otherlevel xs:NMTOKEN optional
script optional
Source
<xs:element name="c04">
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="schema:m.c.base">
        <xs:sequence minOccurs="0" maxOccurs="unbounded">
          <xs:element minOccurs="0" ref="schema:thead"/>
          <xs:element maxOccurs="unbounded" ref="schema:c05"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:c05
Diagram
Diagram ead_revised.tmp#a.desc.c ead_revised.tmp#head ead_revised.tmp#did ead_revised.tmp#m.desc.base ead_revised.tmp#m.c.base ead_revised.tmp#thead ead_revised.tmp#c06
Type extension of schema:m.c.base
Type hierarchy
Properties
content complex
Used by
Element schema:c04
Model
Children schema:c06, schema:did, schema:head, schema:m.desc.base, schema:thead
Instance
<schema:c05 altrender="" audience="" encodinganalog="" id="" lang="" level="" otherlevel="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</schema:head>
  <schema:did altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</schema:did>
  <schema:m.desc.base>{0,unbounded}</schema:m.desc.base>
  <schema:thead altrender="" audience="" id="" lang="" script="" valign="">{0,1}</schema:thead>
  <schema:c06 altrender="" audience="" encodinganalog="" id="" lang="" level="" otherlevel="" script="">{1,unbounded}</schema:c06>
</schema:c05>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
level schema:av.level optional
otherlevel xs:NMTOKEN optional
script optional
Source
<xs:element name="c05">
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="schema:m.c.base">
        <xs:sequence minOccurs="0" maxOccurs="unbounded">
          <xs:element minOccurs="0" ref="schema:thead"/>
          <xs:element maxOccurs="unbounded" ref="schema:c06"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:c06
Diagram
Diagram ead_revised.tmp#a.desc.c ead_revised.tmp#head ead_revised.tmp#did ead_revised.tmp#m.desc.base ead_revised.tmp#m.c.base ead_revised.tmp#thead ead_revised.tmp#c07
Type extension of schema:m.c.base
Type hierarchy
Properties
content complex
Used by
Element schema:c05
Model
Children schema:c07, schema:did, schema:head, schema:m.desc.base, schema:thead
Instance
<schema:c06 altrender="" audience="" encodinganalog="" id="" lang="" level="" otherlevel="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</schema:head>
  <schema:did altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</schema:did>
  <schema:m.desc.base>{0,unbounded}</schema:m.desc.base>
  <schema:thead altrender="" audience="" id="" lang="" script="" valign="">{0,1}</schema:thead>
  <schema:c07 altrender="" audience="" encodinganalog="" id="" lang="" level="" otherlevel="" script="">{1,unbounded}</schema:c07>
</schema:c06>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
level schema:av.level optional
otherlevel xs:NMTOKEN optional
script optional
Source
<xs:element name="c06">
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="schema:m.c.base">
        <xs:sequence minOccurs="0" maxOccurs="unbounded">
          <xs:element minOccurs="0" ref="schema:thead"/>
          <xs:element maxOccurs="unbounded" ref="schema:c07"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:c07
Diagram
Diagram ead_revised.tmp#a.desc.c ead_revised.tmp#head ead_revised.tmp#did ead_revised.tmp#m.desc.base ead_revised.tmp#m.c.base ead_revised.tmp#thead ead_revised.tmp#c08
Type extension of schema:m.c.base
Type hierarchy
Properties
content complex
Used by
Element schema:c06
Model
Children schema:c08, schema:did, schema:head, schema:m.desc.base, schema:thead
Instance
<schema:c07 altrender="" audience="" encodinganalog="" id="" lang="" level="" otherlevel="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</schema:head>
  <schema:did altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</schema:did>
  <schema:m.desc.base>{0,unbounded}</schema:m.desc.base>
  <schema:thead altrender="" audience="" id="" lang="" script="" valign="">{0,1}</schema:thead>
  <schema:c08 altrender="" audience="" encodinganalog="" id="" lang="" level="" otherlevel="" script="">{1,unbounded}</schema:c08>
</schema:c07>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
level schema:av.level optional
otherlevel xs:NMTOKEN optional
script optional
Source
<xs:element name="c07">
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="schema:m.c.base">
        <xs:sequence minOccurs="0" maxOccurs="unbounded">
          <xs:element minOccurs="0" ref="schema:thead"/>
          <xs:element maxOccurs="unbounded" ref="schema:c08"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:c08
Diagram
Diagram ead_revised.tmp#a.desc.c ead_revised.tmp#head ead_revised.tmp#did ead_revised.tmp#m.desc.base ead_revised.tmp#m.c.base ead_revised.tmp#thead ead_revised.tmp#c09
Type extension of schema:m.c.base
Type hierarchy
Properties
content complex
Used by
Element schema:c07
Model
Children schema:c09, schema:did, schema:head, schema:m.desc.base, schema:thead
Instance
<schema:c08 altrender="" audience="" encodinganalog="" id="" lang="" level="" otherlevel="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</schema:head>
  <schema:did altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</schema:did>
  <schema:m.desc.base>{0,unbounded}</schema:m.desc.base>
  <schema:thead altrender="" audience="" id="" lang="" script="" valign="">{0,1}</schema:thead>
  <schema:c09 altrender="" audience="" encodinganalog="" id="" lang="" level="" otherlevel="" script="">{0,unbounded}</schema:c09>
</schema:c08>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
level schema:av.level optional
otherlevel xs:NMTOKEN optional
script optional
Source
<xs:element name="c08">
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="schema:m.c.base">
        <xs:sequence>
          <xs:element minOccurs="0" ref="schema:thead"/>
          <xs:element minOccurs="0" maxOccurs="unbounded" ref="schema:c09"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:c09
Diagram
Diagram ead_revised.tmp#a.desc.c ead_revised.tmp#head ead_revised.tmp#did ead_revised.tmp#m.desc.base ead_revised.tmp#m.c.base ead_revised.tmp#thead ead_revised.tmp#c10
Type extension of schema:m.c.base
Type hierarchy
Properties
content complex
Used by
Element schema:c08
Model
Children schema:c10, schema:did, schema:head, schema:m.desc.base, schema:thead
Instance
<schema:c09 altrender="" audience="" encodinganalog="" id="" lang="" level="" otherlevel="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</schema:head>
  <schema:did altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</schema:did>
  <schema:m.desc.base>{0,unbounded}</schema:m.desc.base>
  <schema:thead altrender="" audience="" id="" lang="" script="" valign="">{0,1}</schema:thead>
  <schema:c10 altrender="" audience="" encodinganalog="" id="" lang="" level="" otherlevel="" script="">{1,unbounded}</schema:c10>
</schema:c09>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
level schema:av.level optional
otherlevel xs:NMTOKEN optional
script optional
Source
<xs:element name="c09">
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="schema:m.c.base">
        <xs:sequence minOccurs="0" maxOccurs="unbounded">
          <xs:element minOccurs="0" ref="schema:thead"/>
          <xs:element maxOccurs="unbounded" ref="schema:c10"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:c10
Diagram
Diagram ead_revised.tmp#a.desc.c ead_revised.tmp#head ead_revised.tmp#did ead_revised.tmp#m.desc.base ead_revised.tmp#m.c.base ead_revised.tmp#thead ead_revised.tmp#c11
Type extension of schema:m.c.base
Type hierarchy
Properties
content complex
Used by
Element schema:c09
Model
Children schema:c11, schema:did, schema:head, schema:m.desc.base, schema:thead
Instance
<schema:c10 altrender="" audience="" encodinganalog="" id="" lang="" level="" otherlevel="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</schema:head>
  <schema:did altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</schema:did>
  <schema:m.desc.base>{0,unbounded}</schema:m.desc.base>
  <schema:thead altrender="" audience="" id="" lang="" script="" valign="">{0,1}</schema:thead>
  <schema:c11 altrender="" audience="" encodinganalog="" id="" lang="" level="" otherlevel="" script="">{1,unbounded}</schema:c11>
</schema:c10>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
level schema:av.level optional
otherlevel xs:NMTOKEN optional
script optional
Source
<xs:element name="c10">
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="schema:m.c.base">
        <xs:sequence minOccurs="0" maxOccurs="unbounded">
          <xs:element minOccurs="0" ref="schema:thead"/>
          <xs:element maxOccurs="unbounded" ref="schema:c11"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:c11
Diagram
Diagram ead_revised.tmp#a.desc.c ead_revised.tmp#head ead_revised.tmp#did ead_revised.tmp#m.desc.base ead_revised.tmp#m.c.base ead_revised.tmp#thead ead_revised.tmp#c12
Type extension of schema:m.c.base
Type hierarchy
Properties
content complex
Used by
Element schema:c10
Model
Children schema:c12, schema:did, schema:head, schema:m.desc.base, schema:thead
Instance
<schema:c11 altrender="" audience="" encodinganalog="" id="" lang="" level="" otherlevel="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</schema:head>
  <schema:did altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</schema:did>
  <schema:m.desc.base>{0,unbounded}</schema:m.desc.base>
  <schema:thead altrender="" audience="" id="" lang="" script="" valign="">{0,1}</schema:thead>
  <schema:c12 altrender="" audience="" encodinganalog="" id="" lang="" level="" otherlevel="" script="">{1,unbounded}</schema:c12>
</schema:c11>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
level schema:av.level optional
otherlevel xs:NMTOKEN optional
script optional
Source
<xs:element name="c11">
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="schema:m.c.base">
        <xs:sequence minOccurs="0" maxOccurs="unbounded">
          <xs:element minOccurs="0" ref="schema:thead"/>
          <xs:element maxOccurs="unbounded" ref="schema:c12"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:c12
Diagram
Diagram ead_revised.tmp#a.desc.c ead_revised.tmp#head ead_revised.tmp#did ead_revised.tmp#m.desc.base ead_revised.tmp#m.c.base
Type schema:m.c.base
Properties
content complex
Used by
Element schema:c11
Model
Children schema:did, schema:head, schema:m.desc.base
Instance
<schema:c12 altrender="" audience="" encodinganalog="" id="" lang="" level="" otherlevel="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</schema:head>
  <schema:did altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</schema:did>
  <schema:m.desc.base>{0,unbounded}</schema:m.desc.base>
</schema:c12>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
level schema:av.level optional
otherlevel xs:NMTOKEN optional
script optional
Source
<xs:element name="c12" type="schema:m.c.base"/>
[ top ]
Element schema:title
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#title_localtype ead_revised.tmp#title_render ead_revised.tmp#a.access ead_revised.tmp#title_encodinganalog ead_revised.tmp#part ead_revised.tmp#m.access.title
Properties
content complex
Substitution Group Affiliation
Model
Children schema:part
Instance
<schema:title altrender="" audience="" encodinganalog="" id="" identifier="" lang="" localtype="" normal="" render="" rules="" script="" source="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:part altrender="" audience="" encodinganalog="" id="" lang="" localtype="" script="">{1,unbounded}</schema:part>
</schema:title>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
identifier optional
lang optional
localtype optional
normal optional
render schema:av.render optional
rules xs:NMTOKEN optional
script optional
source xs:token optional
Source
<xs:element name="title" substitutionGroup="schema:m.access.title">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="schema:part"/>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="localtype"/>
    <xs:attribute name="render" type="schema:av.render"/>
    <xs:attributeGroup ref="schema:a.access"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:languageset
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#languageset_encodinganalog ead_revised.tmp#language ead_revised.tmp#script ead_revised.tmp#descriptivenote
Properties
content complex
Used by
Model
Children schema:descriptivenote, schema:language, schema:script
Instance
<schema:languageset altrender="" audience="" encodinganalog="" id="" lang="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:language altrender="" audience="" encodinganalog="" id="" label="" lang="" langcode="" script="">{1,unbounded}</schema:language>
  <schema:script altrender="" audience="" encodinganalog="" id="" label="" lang="" script="" scriptcode="">{1,unbounded}</schema:script>
  <schema:descriptivenote altrender="" audience="" id="" lang="" script="">{0,1}</schema:descriptivenote>
</schema:languageset>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="languageset">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="schema:language"/>
      <xs:element maxOccurs="unbounded" ref="schema:script"/>
      <xs:element minOccurs="0" ref="schema:descriptivenote"/>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:geogname
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#a.access ead_revised.tmp#geogname_role ead_revised.tmp#geogname_encodinganalog ead_revised.tmp#part ead_revised.tmp#geographiccoordinates ead_revised.tmp#m.access
Properties
content complex
Substitution Group Affiliation
Model
Children schema:geographiccoordinates, schema:part
Instance
<schema:geogname altrender="" audience="" encodinganalog="" id="" identifier="" lang="" normal="" role="" rules="" script="" source="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:part altrender="" audience="" encodinganalog="" id="" lang="" localtype="" script="">{1,unbounded}</schema:part>
  <schema:geographiccoordinates altrender="" audience="" coordinatesystem="" id="" lang="" script="">{0,unbounded}</schema:geographiccoordinates>
</schema:geogname>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
identifier optional
lang optional
normal optional
role optional
rules xs:NMTOKEN optional
script optional
source xs:token optional
Source
<xs:element name="geogname" substitutionGroup="schema:m.access">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="schema:part"/>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="schema:geographiccoordinates"/>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attributeGroup ref="schema:a.access"/>
    <xs:attribute name="role"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:geographiccoordinates
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#geographiccoordinates_coordinatesystem
Properties
content complex
mixed true
Used by
Element schema:geogname
Model
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
coordinatesystem required
id xs:ID optional
lang optional
script optional
Source
<xs:element name="geographiccoordinates">
  <xs:complexType mixed="true">
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="coordinatesystem" use="required"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:occupation
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#a.access ead_revised.tmp#occupation_encodinganalog ead_revised.tmp#occupation_localtype ead_revised.tmp#part ead_revised.tmp#m.access
Properties
content complex
Substitution Group Affiliation
Model
Children schema:part
Instance
<schema:occupation altrender="" audience="" encodinganalog="" id="" identifier="" lang="" localtype="" normal="" rules="" script="" source="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:part altrender="" audience="" encodinganalog="" id="" lang="" localtype="" script="">{1,unbounded}</schema:part>
</schema:occupation>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
identifier optional
lang optional
localtype optional
normal optional
rules xs:NMTOKEN optional
script optional
source xs:token optional
Source
<xs:element name="occupation" substitutionGroup="schema:m.access">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="schema:part"/>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attributeGroup ref="schema:a.access"/>
    <xs:attribute name="encodinganalog"/>
    <xs:attribute name="localtype"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:subject
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#a.access ead_revised.tmp#subject_encodinganalog ead_revised.tmp#subject_localtype ead_revised.tmp#part ead_revised.tmp#m.access
Properties
content complex
Substitution Group Affiliation
Model
Children schema:part
Instance
<schema:subject altrender="" audience="" encodinganalog="" id="" identifier="" lang="" localtype="" normal="" rules="" script="" source="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:part altrender="" audience="" encodinganalog="" id="" lang="" localtype="" script="">{1,unbounded}</schema:part>
</schema:subject>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
identifier optional
lang optional
localtype optional
normal optional
rules xs:NMTOKEN optional
script optional
source xs:token optional
Source
<xs:element name="subject" substitutionGroup="schema:m.access">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="schema:part"/>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attributeGroup ref="schema:a.access"/>
    <xs:attribute name="encodinganalog"/>
    <xs:attribute name="localtype"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:genreform
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#a.access ead_revised.tmp#genreform_encodinganalog ead_revised.tmp#genreform_localtype ead_revised.tmp#part ead_revised.tmp#m.access
Properties
content complex
Substitution Group Affiliation
Model
Children schema:part
Instance
<schema:genreform altrender="" audience="" encodinganalog="" id="" identifier="" lang="" localtype="" normal="" rules="" script="" source="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:part altrender="" audience="" encodinganalog="" id="" lang="" localtype="" script="">{1,unbounded}</schema:part>
</schema:genreform>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
identifier optional
lang optional
localtype optional
normal optional
rules xs:NMTOKEN optional
script optional
source xs:token optional
Source
<xs:element name="genreform" substitutionGroup="schema:m.access">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="schema:part"/>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attributeGroup ref="schema:a.access"/>
    <xs:attribute name="encodinganalog"/>
    <xs:attribute name="localtype"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:function
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#a.access ead_revised.tmp#function_encodinganalog ead_revised.tmp#function_localtype ead_revised.tmp#part ead_revised.tmp#m.access
Properties
content complex
Substitution Group Affiliation
Model
Children schema:part
Instance
<schema:function altrender="" audience="" encodinganalog="" id="" identifier="" lang="" localtype="" normal="" rules="" script="" source="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:part altrender="" audience="" encodinganalog="" id="" lang="" localtype="" script="">{1,unbounded}</schema:part>
</schema:function>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
identifier optional
lang optional
localtype optional
normal optional
rules xs:NMTOKEN optional
script optional
source xs:token optional
Source
<xs:element name="function" substitutionGroup="schema:m.access">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="schema:part"/>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attributeGroup ref="schema:a.access"/>
    <xs:attribute name="encodinganalog"/>
    <xs:attribute name="localtype"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:event
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#foreign ead_revised.tmp#m.mixed.basic ead_revised.tmp#quote ead_revised.tmp#num ead_revised.tmp#footnote ead_revised.tmp#date ead_revised.tmp#m.mixed.basic.plus ead_revised.tmp#m.access.title ead_revised.tmp#list ead_revised.tmp#m.para.content
Properties
content complex
mixed true
Used by
Model
Children schema:abbr, schema:date, schema:emph, schema:expan, schema:footnote, schema:foreign, schema:lb, schema:list, schema:m.access.title, schema:num, schema:ptr, schema:quote, schema:ref
Instance
<schema:event altrender="" audience="" id="" lang="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</schema:abbr>
  <schema:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</schema:expan>
  <schema:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:emph>
  <schema:lb>{1,1}</schema:lb>
  <schema:ref actuate="" altrender="" arcrole="" audience="" href="" id="" lang="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</schema:ref>
  <schema:ptr actuate="" altrender="" arcrole="" audience="" href="" id="" linkrole="" linktitle="" linktype="" show="" target="" xpointer="">{1,1}</schema:ptr>
  <schema:foreign altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:foreign>
  <schema:quote altrender="" audience="" id="" lang="" localtype="" script="">{1,1}</schema:quote>
  <schema:num altrender="" audience="" id="" lang="" localtype="" script="">{1,1}</schema:num>
  <schema:footnote actuate="" altrender="" audience="" id="" lang="" localtype="" script="" show="">{1,1}</schema:footnote>
  <schema:date altrender="" audience="" calendar="" certainty="" encodinganalog="" era="" id="" lang="" localtype="" normal="" script="">{1,1}</schema:date>
  <schema:m.access.title>{1,1}</schema:m.access.title>
  <schema:list altrender="" audience="" id="" lang="" listtype="" mark="" numeration="" script="">{1,1}</schema:list>
</schema:event>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="event">
  <xs:complexType mixed="true">
    <xs:group minOccurs="0" maxOccurs="unbounded" ref="schema:m.para.content"/>
    <xs:attributeGroup ref="schema:a.common"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:relations
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#relation ead_revised.tmp#m.desc.base
Properties
content complex
Substitution Group Affiliation
Model
Children schema:relation
Instance
<schema:relations altrender="" audience="" id="" lang="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:relation actuate="" altrender="" arcrole="" audience="" href="" id="" lang="" lastdatetimeverified="" linkrole="" linktitle="" linktype="" otherrelationtype="" relationtype="" script="" show="">{1,unbounded}</schema:relation>
</schema:relations>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="relations" substitutionGroup="schema:m.desc.base">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="schema:relation"/>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:relation
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#relation_relationtype ead_revised.tmp#relation_otherrelationtype ead_revised.tmp#relation_lastdatetimeverified ead_revised.tmp#am.simplelink ead_revised.tmp#relationentry ead_revised.tmp#objectxmlwrap ead_revised.tmp#datesingle ead_revised.tmp#dateset ead_revised.tmp#daterange ead_revised.tmp#placeentry ead_revised.tmp#descriptivenote
Properties
content complex
Used by
Model
Children schema:daterange, schema:dateset, schema:datesingle, schema:descriptivenote, schema:objectxmlwrap, schema:placeentry, schema:relationentry
Instance
<schema:relation actuate="" altrender="" arcrole="" audience="" href="" id="" lang="" lastdatetimeverified="" linkrole="" linktitle="" linktype="" otherrelationtype="" relationtype="" script="" show="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:relationentry altrender="" audience="" id="" lang="" localtype="" script="" transliteration="">{0,unbounded}</schema:relationentry>
  <schema:objectxmlwrap altrender="" audience="" id="" lang="" script="">{0,1}</schema:objectxmlwrap>
  <schema:datesingle altrender="" audience="" id="" lang="" localtype="" notafter="" notbefore="" script="" standarddate="">{1,1}</schema:datesingle>
  <schema:dateset altrender="" audience="" id="" lang="" localtype="" script="">{1,1}</schema:dateset>
  <schema:daterange altrender="" audience="" id="" lang="" localtype="" script="">{1,1}</schema:daterange>
  <schema:placeentry accuracy="" altitude="" altrender="" audience="" countrycode="" id="" lang="" latitude="" localtype="" longitude="" script="" transliteration="" vocabularysource="">{0,1}</schema:placeentry>
  <schema:descriptivenote altrender="" audience="" id="" lang="" script="">{0,1}</schema:descriptivenote>
</schema:relation>
Attributes
QName Type Use
actuate restriction of xs:token optional
altrender optional
arcrole xs:anyURI optional
audience restriction of xs:token optional
href xs:anyURI optional
id xs:ID optional
lang optional
lastdatetimeverified xs:dateTime optional
linkrole xs:anyURI optional
linktitle optional
linktype restriction of xs:token optional
otherrelationtype xs:string optional
relationtype restriction of xs:token required
script optional
show restriction of xs:token optional
Source
<xs:element name="relation">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="schema:relationentry"/>
      <xs:element minOccurs="0" ref="schema:objectxmlwrap"/>
      <xs:choice minOccurs="0">
        <xs:element ref="schema:datesingle"/>
        <xs:element ref="schema:dateset"/>
        <xs:element ref="schema:daterange"/>
      </xs:choice>
      <xs:element minOccurs="0" ref="schema:placeentry"/>
      <xs:element minOccurs="0" ref="schema:descriptivenote"/>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="relationtype" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="cpfrelation"/>
          <xs:enumeration value="resourcerelation"/>
          <xs:enumeration value="functionrelation"/>
          <xs:enumeration value="otherrelation"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="otherrelationtype" type="xs:string"/>
    <xs:attribute name="lastdatetimeverified" type="xs:dateTime"/>
    <xs:attributeGroup ref="schema:am.simplelink"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:relationentry
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#relationentry_localtype ead_revised.tmp#relationentry_transliteration
Properties
content complex
mixed true
Used by
Element schema:relation
Model
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
localtype optional
script optional
transliteration xs:NMTOKEN optional
Source
<xs:element name="relationentry">
  <xs:complexType mixed="true">
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="localtype"/>
    <xs:attribute name="transliteration" type="xs:NMTOKEN"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:placeentry
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#placeentry_transliteration ead_revised.tmp#placeentry_localtype ead_revised.tmp#placeentry_countrycode ead_revised.tmp#placeentry_vocabularysource ead_revised.tmp#placeentry_accuracy ead_revised.tmp#placeentry_longitude ead_revised.tmp#placeentry_latitude ead_revised.tmp#placeentry_altitude
Properties
content complex
mixed true
Used by
Model
Attributes
QName Type Use
accuracy optional
altitude xs:NMTOKEN optional
altrender optional
audience restriction of xs:token optional
countrycode xs:string optional
id xs:ID optional
lang optional
latitude xs:NMTOKEN optional
localtype optional
longitude xs:NMTOKEN optional
script optional
transliteration optional
vocabularysource optional
Source
<xs:element name="placeentry">
  <xs:complexType mixed="true">
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="transliteration"/>
    <xs:attribute name="localtype"/>
    <xs:attribute name="countrycode" type="xs:string"/>
    <xs:attribute name="vocabularysource"/>
    <xs:attribute name="accuracy"/>
    <xs:attribute name="longitude" type="xs:NMTOKEN"/>
    <xs:attribute name="latitude" type="xs:NMTOKEN"/>
    <xs:attribute name="altitude" type="xs:NMTOKEN"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:abstract
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#abstract_label ead_revised.tmp#abstract_encodinganalog ead_revised.tmp#abstract_localtype ead_revised.tmp#m.access.title ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#foreign ead_revised.tmp#m.mixed.basic ead_revised.tmp#quote ead_revised.tmp#num ead_revised.tmp#footnote ead_revised.tmp#date ead_revised.tmp#m.mixed.basic.plus.access ead_revised.tmp#m.did
Properties
content complex
mixed true
Substitution Group Affiliation
Model
Children schema:abbr, schema:date, schema:emph, schema:expan, schema:footnote, schema:foreign, schema:lb, schema:m.access.title, schema:num, schema:ptr, schema:quote, schema:ref
Instance
<schema:abstract altrender="" audience="" encodinganalog="" id="" label="" lang="" localtype="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:m.access.title>{1,1}</schema:m.access.title>
  <schema:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</schema:abbr>
  <schema:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</schema:expan>
  <schema:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:emph>
  <schema:lb>{1,1}</schema:lb>
  <schema:ref actuate="" altrender="" arcrole="" audience="" href="" id="" lang="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</schema:ref>
  <schema:ptr actuate="" altrender="" arcrole="" audience="" href="" id="" linkrole="" linktitle="" linktype="" show="" target="" xpointer="">{1,1}</schema:ptr>
  <schema:foreign altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:foreign>
  <schema:quote altrender="" audience="" id="" lang="" localtype="" script="">{1,1}</schema:quote>
  <schema:num altrender="" audience="" id="" lang="" localtype="" script="">{1,1}</schema:num>
  <schema:footnote actuate="" altrender="" audience="" id="" lang="" localtype="" script="" show="">{1,1}</schema:footnote>
  <schema:date altrender="" audience="" calendar="" certainty="" encodinganalog="" era="" id="" lang="" localtype="" normal="" script="">{1,1}</schema:date>
</schema:abstract>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
label optional
lang optional
localtype optional
script optional
Source
<xs:element name="abstract" substitutionGroup="schema:m.did">
  <xs:complexType mixed="true">
    <xs:group ref="schema:m.mixed.basic.plus.access"/>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="label"/>
    <xs:attribute name="encodinganalog"/>
    <xs:attribute name="localtype"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:langmaterial
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#langmaterial_label ead_revised.tmp#langmaterial_encodinganalog ead_revised.tmp#language ead_revised.tmp#languageset ead_revised.tmp#descriptivenote ead_revised.tmp#m.did
Properties
content complex
Substitution Group Affiliation
Model
Children schema:descriptivenote, schema:language, schema:languageset
Instance
<schema:langmaterial altrender="" audience="" encodinganalog="" id="" label="" lang="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:language altrender="" audience="" encodinganalog="" id="" label="" lang="" langcode="" script="">{1,1}</schema:language>
  <schema:languageset altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</schema:languageset>
  <schema:descriptivenote altrender="" audience="" id="" lang="" script="">{0,1}</schema:descriptivenote>
</schema:langmaterial>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
label optional
lang optional
script optional
Source
<xs:element name="langmaterial" substitutionGroup="schema:m.did">
  <xs:complexType>
    <xs:sequence>
      <xs:choice maxOccurs="unbounded">
        <xs:element ref="schema:language"/>
        <xs:element ref="schema:languageset"/>
      </xs:choice>
      <xs:element minOccurs="0" ref="schema:descriptivenote"/>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="label"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:didnote
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#didnote_label ead_revised.tmp#didnote_encodinganalog ead_revised.tmp#didnote_localtype ead_revised.tmp#didnote_localtypesource ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#foreign ead_revised.tmp#m.mixed.basic ead_revised.tmp#m.did
Properties
content complex
mixed true
Substitution Group Affiliation
Model
Children schema:abbr, schema:emph, schema:expan, schema:foreign, schema:lb, schema:ptr, schema:ref
Instance
<schema:didnote altrender="" audience="" encodinganalog="" id="" label="" lang="" localtype="" localtypesource="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</schema:abbr>
  <schema:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</schema:expan>
  <schema:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:emph>
  <schema:lb>{1,1}</schema:lb>
  <schema:ref actuate="" altrender="" arcrole="" audience="" href="" id="" lang="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</schema:ref>
  <schema:ptr actuate="" altrender="" arcrole="" audience="" href="" id="" linkrole="" linktitle="" linktype="" show="" target="" xpointer="">{1,1}</schema:ptr>
  <schema:foreign altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:foreign>
</schema:didnote>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
label optional
lang optional
localtype optional
localtypesource optional
script optional
Source
<xs:element name="didnote" substitutionGroup="schema:m.did">
  <xs:complexType mixed="true">
    <xs:group ref="schema:m.mixed.basic"/>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="label"/>
    <xs:attribute name="encodinganalog"/>
    <xs:attribute name="localtype"/>
    <xs:attribute name="localtypesource"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:physdesc
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#physdesc_label ead_revised.tmp#physdesc_encodinganalog ead_revised.tmp#physdesc_rules ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#foreign ead_revised.tmp#m.mixed.basic ead_revised.tmp#m.did
Properties
content complex
mixed true
Substitution Group Affiliation
Model
Children schema:abbr, schema:emph, schema:expan, schema:foreign, schema:lb, schema:ptr, schema:ref
Instance
<schema:physdesc altrender="" audience="" encodinganalog="" id="" label="" lang="" rules="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</schema:abbr>
  <schema:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</schema:expan>
  <schema:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:emph>
  <schema:lb>{1,1}</schema:lb>
  <schema:ref actuate="" altrender="" arcrole="" audience="" href="" id="" lang="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</schema:ref>
  <schema:ptr actuate="" altrender="" arcrole="" audience="" href="" id="" linkrole="" linktitle="" linktype="" show="" target="" xpointer="">{1,1}</schema:ptr>
  <schema:foreign altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:foreign>
</schema:physdesc>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
label optional
lang optional
rules xs:NMTOKEN optional
script optional
Source
<xs:element name="physdesc" substitutionGroup="schema:m.did">
  <xs:complexType mixed="true">
    <xs:group ref="schema:m.mixed.basic"/>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="label"/>
    <xs:attribute name="encodinganalog"/>
    <xs:attribute name="rules" type="xs:NMTOKEN"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:parallelphysdescset
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#parallelphysdescset_label ead_revised.tmp#physdescstructured ead_revised.tmp#physdescstructured ead_revised.tmp#m.did
Properties
content complex
Substitution Group Affiliation
Model
Children schema:physdescstructured
Instance
<schema:parallelphysdescset altrender="" audience="" id="" label="" lang="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:physdescstructured altrender="" audience="" coverage="" encodinganalog="" id="" label="" lang="" physdescstructuredtype="" rules="" script="">{1,1}</schema:physdescstructured>
  <schema:physdescstructured altrender="" audience="" coverage="" encodinganalog="" id="" label="" lang="" physdescstructuredtype="" rules="" script="">{1,unbounded}</schema:physdescstructured>
</schema:parallelphysdescset>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
label optional
lang optional
script optional
Source
<xs:element name="parallelphysdescset" substitutionGroup="schema:m.did">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="schema:physdescstructured"/>
      <xs:element maxOccurs="unbounded" ref="schema:physdescstructured"/>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="label"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:physloc
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#physloc_label ead_revised.tmp#physloc_localtype ead_revised.tmp#physloc_encodinganalog ead_revised.tmp#physloc_parent ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#foreign ead_revised.tmp#m.mixed.basic ead_revised.tmp#m.did
Properties
content complex
mixed true
Substitution Group Affiliation
Model
Children schema:abbr, schema:emph, schema:expan, schema:foreign, schema:lb, schema:ptr, schema:ref
Instance
<schema:physloc altrender="" audience="" encodinganalog="" id="" label="" lang="" localtype="" parent="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</schema:abbr>
  <schema:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</schema:expan>
  <schema:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:emph>
  <schema:lb>{1,1}</schema:lb>
  <schema:ref actuate="" altrender="" arcrole="" audience="" href="" id="" lang="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</schema:ref>
  <schema:ptr actuate="" altrender="" arcrole="" audience="" href="" id="" linkrole="" linktitle="" linktype="" show="" target="" xpointer="">{1,1}</schema:ptr>
  <schema:foreign altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:foreign>
</schema:physloc>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
label optional
lang optional
localtype optional
parent xs:IDREFS optional
script optional
Source
<xs:element name="physloc" substitutionGroup="schema:m.did">
  <xs:complexType mixed="true">
    <xs:group ref="schema:m.mixed.basic"/>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="label"/>
    <xs:attribute name="localtype"/>
    <xs:attribute name="encodinganalog"/>
    <xs:attribute name="parent" type="xs:IDREFS"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:unitid
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#unitid_label ead_revised.tmp#unitid_localtype ead_revised.tmp#am.countrycode ead_revised.tmp#unitid_repositorycode ead_revised.tmp#unitid_identifier ead_revised.tmp#unitid_encodinganalog ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#foreign ead_revised.tmp#m.mixed.basic ead_revised.tmp#m.did
Properties
content complex
mixed true
Substitution Group Affiliation
Model
Children schema:abbr, schema:emph, schema:expan, schema:foreign, schema:lb, schema:ptr, schema:ref
Instance
<schema:unitid altrender="" audience="" countrycode="" encodinganalog="" id="" identifier="" label="" lang="" localtype="" repositorycode="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</schema:abbr>
  <schema:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</schema:expan>
  <schema:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:emph>
  <schema:lb>{1,1}</schema:lb>
  <schema:ref actuate="" altrender="" arcrole="" audience="" href="" id="" lang="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</schema:ref>
  <schema:ptr actuate="" altrender="" arcrole="" audience="" href="" id="" linkrole="" linktitle="" linktype="" show="" target="" xpointer="">{1,1}</schema:ptr>
  <schema:foreign altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:foreign>
</schema:unitid>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
countrycode xs:NMTOKEN optional
encodinganalog optional
id xs:ID optional
identifier optional
label optional
lang optional
localtype optional
repositorycode schema:data.repositorycode optional
script optional
Source
<xs:element name="unitid" substitutionGroup="schema:m.did">
  <xs:complexType mixed="true">
    <xs:group ref="schema:m.mixed.basic"/>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="label"/>
    <xs:attribute name="localtype"/>
    <xs:attributeGroup ref="schema:am.countrycode"/>
    <xs:attribute name="repositorycode" type="schema:data.repositorycode"/>
    <xs:attribute name="identifier"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:container
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#container_label ead_revised.tmp#container_localtype ead_revised.tmp#container_encodinganalog ead_revised.tmp#container_parent ead_revised.tmp#container_containerid ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#foreign ead_revised.tmp#m.mixed.basic ead_revised.tmp#m.did
Properties
content complex
mixed true
Substitution Group Affiliation
Model
Children schema:abbr, schema:emph, schema:expan, schema:foreign, schema:lb, schema:ptr, schema:ref
Instance
<schema:container altrender="" audience="" containerid="" encodinganalog="" id="" label="" lang="" localtype="" parent="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</schema:abbr>
  <schema:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</schema:expan>
  <schema:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:emph>
  <schema:lb>{1,1}</schema:lb>
  <schema:ref actuate="" altrender="" arcrole="" audience="" href="" id="" lang="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</schema:ref>
  <schema:ptr actuate="" altrender="" arcrole="" audience="" href="" id="" linkrole="" linktitle="" linktype="" show="" target="" xpointer="">{1,1}</schema:ptr>
  <schema:foreign altrender="" audience="" id="" lang="" render="" script="">{1,1}</schema:foreign>
</schema:container>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
containerid xs:NMTOKEN optional
encodinganalog optional
id xs:ID optional
label optional
lang optional
localtype xs:NMTOKEN optional
parent xs:IDREFS optional
script optional
Source
<xs:element name="container" substitutionGroup="schema:m.did">
  <xs:complexType mixed="true">
    <xs:group ref="schema:m.mixed.basic"/>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="label"/>
    <xs:attribute name="localtype" type="xs:NMTOKEN"/>
    <xs:attribute name="encodinganalog"/>
    <xs:attribute name="parent" type="xs:IDREFS"/>
    <xs:attribute name="containerid" type="xs:NMTOKEN"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:m.inter
Diagram
Diagram ead_revised.tmp#blockquote ead_revised.tmp#m.inter.noquote ead_revised.tmp#m.blocks
Properties
abstract true
Substitution Group
Substitution Group Affiliation
Source
<xs:element name="m.inter" abstract="true" substitutionGroup="schema:m.blocks"/>
[ top ]
Element schema:blockquote
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#m.inter.noquote ead_revised.tmp#p ead_revised.tmp#m.inter
Properties
content complex
Substitution Group Affiliation
Model
Children schema:m.inter.noquote, schema:p
Instance
<schema:blockquote altrender="" audience="" id="" lang="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:m.inter.noquote>{1,1}</schema:m.inter.noquote>
  <schema:p altrender="" audience="" id="" lang="" script="">{1,1}</schema:p>
</schema:blockquote>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="blockquote" substitutionGroup="schema:m.inter">
  <xs:complexType>
    <xs:choice maxOccurs="unbounded">
      <xs:element ref="schema:m.inter.noquote"/>
      <xs:element ref="schema:p"/>
    </xs:choice>
    <xs:attributeGroup ref="schema:a.common"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:m.inter.noquote
Diagram
Diagram ead_revised.tmp#chronlist ead_revised.tmp#list ead_revised.tmp#table ead_revised.tmp#m.inter
Properties
abstract true
Substitution Group
Substitution Group Affiliation
Used by
Source
<xs:element name="m.inter.noquote" abstract="true" substitutionGroup="schema:m.inter"/>
[ top ]
Element schema:chronlist
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#chronlist_localtype ead_revised.tmp#listhead ead_revised.tmp#chronitem ead_revised.tmp#m.inter.noquote
Properties
content complex
Substitution Group Affiliation
Model
Children schema:chronitem, schema:listhead
Instance
<schema:chronlist altrender="" audience="" id="" lang="" localtype="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:listhead altrender="" audience="" id="" lang="" script="">{0,1}</schema:listhead>
  <schema:chronitem altrender="" audience="" id="" lang="" localtype="" script="">{1,unbounded}</schema:chronitem>
</schema:chronlist>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
localtype optional
script optional
Source
<xs:element name="chronlist" substitutionGroup="schema:m.inter.noquote">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="schema:listhead"/>
      <xs:element maxOccurs="unbounded" ref="schema:chronitem"/>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="localtype"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:chronitem
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#chronitem_localtype ead_revised.tmp#datesingle ead_revised.tmp#daterange ead_revised.tmp#dateset ead_revised.tmp#placeentry ead_revised.tmp#event ead_revised.tmp#chronitemset
Properties
content complex
Used by
Model
Children schema:chronitemset, schema:daterange, schema:dateset, schema:datesingle, schema:event, schema:placeentry
Instance
<schema:chronitem altrender="" audience="" id="" lang="" localtype="" script="" xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:datesingle altrender="" audience="" id="" lang="" localtype="" notafter="" notbefore="" script="" standarddate="">{1,1}</schema:datesingle>
  <schema:daterange altrender="" audience="" id="" lang="" localtype="" script="">{1,1}</schema:daterange>
  <schema:dateset altrender="" audience="" id="" lang="" localtype="" script="">{1,1}</schema:dateset>
  <schema:placeentry accuracy="" altitude="" altrender="" audience="" countrycode="" id="" lang="" latitude="" localtype="" longitude="" script="" transliteration="" vocabularysource="">{0,1}</schema:placeentry>
  <schema:event altrender="" audience="" id="" lang="" script="">{1,1}</schema:event>
  <schema:chronitemset>{1,unbounded}</schema:chronitemset>
</schema:chronitem>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
localtype optional
script optional
Source
<xs:element name="chronitem">
  <xs:complexType>
    <xs:sequence>
      <xs:choice>
        <xs:element ref="schema:datesingle"/>
        <xs:element ref="schema:daterange"/>
        <xs:element ref="schema:dateset"/>
      </xs:choice>
      <xs:choice>
        <xs:sequence>
          <xs:element minOccurs="0" ref="schema:placeentry"/>
          <xs:element ref="schema:event"/>
        </xs:sequence>
        <xs:element maxOccurs="unbounded" ref="schema:chronitemset"/>
      </xs:choice>
    </xs:sequence>
    <xs:attributeGroup ref="schema:a.common"/>
    <xs:attribute name="localtype"/>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:chronitemset
Diagram
Diagram ead_revised.tmp#placeentry ead_revised.tmp#event
Properties
content complex
Used by
Model
Children schema:event, schema:placeentry
Instance
<schema:chronitemset xmlns:schema="http://ead3.archivists.org/schema/">
  <schema:placeentry accuracy="" altitude="" altrender="" audience="" countrycode="" id="" lang="" latitude="" localtype="" longitude="" script="" transliteration="" vocabularysource="">{0,unbounded}</schema:placeentry>
  <schema:event altrender="" audience="" id="" lang="" script="">{1,unbounded}</schema:event>
</schema:chronitemset>
Source
<xs:element name="chronitemset">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="schema:placeentry"/>
      <xs:element maxOccurs="unbounded" ref="schema:event"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element schema:m.access
Diagram
Diagram ead_revised.tmp#corpname ead_revised.tmp#famname ead_revised.tmp#function ead_revised.tmp#genreform ead_revised.tmp#geogname ead_revised.tmp#name ead_revised.tmp#occupation ead_revised.tmp#persname ead_revised.tmp#subject ead_revised.tmp#m.access.title
Properties
abstract true
Substitution Group
Substitution Group Affiliation
Source
<xs:element name="m.access" abstract="true" substitutionGroup="schema:m.access.title"/>
[ top ]
Simple Type schema:av.render
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration altrender
enumeration bold
enumeration bolddoublequote
enumeration bolditalic
enumeration boldsinglequote
enumeration boldsmcaps
enumeration boldunderline
enumeration doublequote
enumeration italic
enumeration nonproport
enumeration singlequote
enumeration smcaps
enumeration sub
enumeration super
enumeration underline
Used by
Source
<xs:simpleType name="av.render">
  <xs:restriction base="xs:token">
    <xs:enumeration value="altrender"/>
    <xs:enumeration value="bold"/>
    <xs:enumeration value="bolddoublequote"/>
    <xs:enumeration value="bolditalic"/>
    <xs:enumeration value="boldsinglequote"/>
    <xs:enumeration value="boldsmcaps"/>
    <xs:enumeration value="boldunderline"/>
    <xs:enumeration value="doublequote"/>
    <xs:enumeration value="italic"/>
    <xs:enumeration value="nonproport"/>
    <xs:enumeration value="singlequote"/>
    <xs:enumeration value="smcaps"/>
    <xs:enumeration value="sub"/>
    <xs:enumeration value="super"/>
    <xs:enumeration value="underline"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type schema:m.data.standardDateTime
Diagram
Diagram
Type union of(restriction of xs:date, restriction of xs:gYear, restriction of xs:gYearMonth, restriction of xs:dateTime)
Used by
Source
<xs:simpleType name="m.data.standardDateTime">
  <xs:union>
    <xs:simpleType>
      <xs:restriction base="xs:date">
        <xs:maxInclusive value="2099-12-31"/>
      </xs:restriction>
    </xs:simpleType>
    <xs:simpleType>
      <xs:restriction base="xs:gYear">
        <xs:maxInclusive value="2099"/>
      </xs:restriction>
    </xs:simpleType>
    <xs:simpleType>
      <xs:restriction base="xs:gYearMonth">
        <xs:maxInclusive value="2099-12"/>
      </xs:restriction>
    </xs:simpleType>
    <xs:simpleType>
      <xs:restriction base="xs:dateTime">
        <xs:maxInclusive value="2099-12-31T23:59:59"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:union>
</xs:simpleType>
[ top ]
Simple Type schema:m.data.standarddate
Diagram
Diagram
Type union of(restriction of xs:date, restriction of xs:gYear, restriction of xs:gYearMonth)
Used by
Source
<xs:simpleType name="m.data.standarddate">
  <xs:union>
    <xs:simpleType>
      <xs:restriction base="xs:date">
        <xs:maxInclusive value="2099-12-31"/>
      </xs:restriction>
    </xs:simpleType>
    <xs:simpleType>
      <xs:restriction base="xs:gYear">
        <xs:maxInclusive value="2099"/>
      </xs:restriction>
    </xs:simpleType>
    <xs:simpleType>
      <xs:restriction base="xs:gYearMonth">
        <xs:maxInclusive value="2099-12"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:union>
</xs:simpleType>
[ top ]
Complex Type schema:e.anyname
Diagram
Diagram
Used by
Model
ANY element from ANY namespace OTHER than 'http://ead3.archivists.org/schema/' | ANY element from LOCAL namespace 'No Namespace'
Source
<xs:complexType name="e.anyname">
  <xs:choice>
    <xs:any namespace="##other" processContents="skip"/>
    <xs:any namespace="##local" processContents="skip"/>
  </xs:choice>
</xs:complexType>
[ top ]
Simple Type schema:av.level
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration class
enumeration collection
enumeration file
enumeration fonds
enumeration item
enumeration otherlevel
enumeration recordgrp
enumeration series
enumeration subfonds
enumeration subgrp
enumeration subseries
Used by
Source
<xs:simpleType name="av.level">
  <xs:restriction base="xs:token">
    <xs:enumeration value="class"/>
    <xs:enumeration value="collection"/>
    <xs:enumeration value="file"/>
    <xs:enumeration value="fonds"/>
    <xs:enumeration value="item"/>
    <xs:enumeration value="otherlevel"/>
    <xs:enumeration value="recordgrp"/>
    <xs:enumeration value="series"/>
    <xs:enumeration value="subfonds"/>
    <xs:enumeration value="subgrp"/>
    <xs:enumeration value="subseries"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Complex Type schema:m.dates
Diagram
Diagram ead_revised.tmp#m.dates
Used by
Model
Children schema:m.dates
Source
<xs:complexType name="m.dates">
  <xs:sequence>
    <xs:element ref="schema:m.dates"/>
  </xs:sequence>
</xs:complexType>
[ top ]
Simple Type schema:av.yesorno
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration yes
enumeration no
Used by
Source
<xs:simpleType name="av.yesorno">
  <xs:restriction base="xs:token">
    <xs:enumeration value="yes"/>
    <xs:enumeration value="no"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Complex Type schema:m.c.base
Diagram
Diagram ead_revised.tmp#a.desc.c ead_revised.tmp#head ead_revised.tmp#did ead_revised.tmp#m.desc.base
Used by
Model
Children schema:did, schema:head, schema:m.desc.base
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
level schema:av.level optional
otherlevel xs:NMTOKEN optional
script optional
Source
<xs:complexType name="m.c.base">
  <xs:sequence>
    <xs:element minOccurs="0" ref="schema:head"/>
    <xs:element ref="schema:did"/>
    <xs:element minOccurs="0" maxOccurs="unbounded" ref="schema:m.desc.base"/>
  </xs:sequence>
  <xs:attributeGroup ref="schema:a.desc.c"/>
</xs:complexType>
[ top ]
Simple Type schema:data.repositorycode
Diagram
Diagram
Type xs:token
Used by
Source
<xs:simpleType name="data.repositorycode">
  <xs:restriction base="xs:token"/>
</xs:simpleType>
[ top ]
Attribute schema:a.common.empty / @id
Type xs:ID
Properties
content simple
Used by
Attribute Group schema:a.common.empty
Source
<xs:attribute name="id" type="xs:ID"/>
[ top ]
Attribute schema:a.common.empty / @altrender
Used by
Attribute Group schema:a.common.empty
Source
<xs:attribute name="altrender"/>
[ top ]
Attribute schema:a.common.empty / @audience
Type restriction of xs:token
Properties
content simple
Facets
enumeration external
enumeration internal
Used by
Attribute Group schema:a.common.empty
Source
<xs:attribute name="audience">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="external"/>
      <xs:enumeration value="internal"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute schema:a.common / @lang
Used by
Attribute Group schema:a.common
Source
<xs:attribute name="lang"/>
[ top ]
Attribute schema:a.common / @script
Used by
Attribute Group schema:a.common
Source
<xs:attribute name="script"/>
[ top ]
Attribute schema:recordid / @instanceurl
Type xs:anyURI
Properties
content simple
Used by
Element schema:recordid
Source
<xs:attribute name="instanceurl" type="xs:anyURI"/>
[ top ]
Attribute schema:m.id / @localtype
Used by
Attribute Group schema:m.id
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute schema:am.simplelink / @linktype
Type restriction of xs:token
Properties
Facets
Used by
Source
[ top ]
Attribute schema:am.simplelink / @href
Type xs:anyURI
Properties
Used by
Source
[ top ]
Attribute schema:am.simplelink / @linkrole
Type xs:anyURI
Properties
Used by
Source
[ top ]
Attribute schema:am.simplelink / @arcrole
Type xs:anyURI
Properties
Used by
Source
[ top ]
Attribute schema:am.simplelink / @linktitle
Used by
Source
[ top ]
Attribute schema:am.simplelink / @show
Type restriction of xs:token
Properties
Facets
Used by
Source
[ top ]
Attribute schema:am.simplelink / @actuate
Type restriction of xs:token
Properties
Facets
Used by
Source
[ top ]
Attribute schema:representation / @localtype
Used by
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute schema:abbr / @expan
Used by
Element schema:abbr
Source
<xs:attribute name="expan"/>
[ top ]
Attribute schema:expan / @abbr
Used by
Element schema:expan
Source
<xs:attribute name="abbr"/>
[ top ]
Attribute schema:emph / @render
Type schema:av.render
Properties
content simple
Facets
enumeration altrender
enumeration bold
enumeration bolddoublequote
enumeration bolditalic
enumeration boldsinglequote
enumeration boldsmcaps
enumeration boldunderline
enumeration doublequote
enumeration italic
enumeration nonproport
enumeration singlequote
enumeration smcaps
enumeration sub
enumeration super
enumeration underline
Used by
Element schema:emph
Source
<xs:attribute name="render" type="schema:av.render"/>
[ top ]
Attribute schema:a.internal.ptr / @target
Type xs:IDREF
Properties
content simple
Used by
Attribute Group schema:a.internal.ptr
Source
<xs:attribute name="target" type="xs:IDREF"/>
[ top ]
Attribute schema:a.internal.ptr / @xpointer
Used by
Attribute Group schema:a.internal.ptr
Source
<xs:attribute name="xpointer"/>
[ top ]
Attribute schema:foreign / @render
Type schema:av.render
Properties
content simple
Facets
enumeration altrender
enumeration bold
enumeration bolddoublequote
enumeration bolditalic
enumeration boldsinglequote
enumeration boldsmcaps
enumeration boldunderline
enumeration doublequote
enumeration italic
enumeration nonproport
enumeration singlequote
enumeration smcaps
enumeration sub
enumeration super
enumeration underline
Used by
Element schema:foreign
Source
<xs:attribute name="render" type="schema:av.render"/>
[ top ]
Attribute schema:m.mixed.basic / @localtype
Used by
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute schema:quote / @localtype
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute schema:num / @localtype
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute schema:footnote / @localtype
Used by
Element schema:footnote
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute schema:footnote / @show
Type restriction of xs:token
Properties
content simple
Facets
enumeration embed
enumeration new
Used by
Element schema:footnote
Source
<xs:attribute name="show">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="embed"/>
      <xs:enumeration value="new"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute schema:footnote / @actuate
Type restriction of xs:token
Properties
content simple
Facets
enumeration onload
enumeration onrequest
Used by
Element schema:footnote
Source
<xs:attribute name="actuate">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="onload"/>
      <xs:enumeration value="onrequest"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute schema:am.dates.era / @era
Type xs:NMTOKEN
Properties
content simple
Used by
Attribute Group schema:am.dates.era
Source
<xs:attribute name="era" type="xs:NMTOKEN"/>
[ top ]
Attribute schema:am.dates.calendar / @calendar
Type xs:NMTOKEN
Properties
content simple
Used by
Attribute Group schema:am.dates.calendar
Source
<xs:attribute name="calendar" type="xs:NMTOKEN"/>
[ top ]
Attribute schema:am.date.normal / @normal
Type xs:token
Properties
content simple
Used by
Attribute Group schema:am.date.normal
Source
<xs:attribute name="normal" type="xs:token"/>
[ top ]
Attribute schema:m.mixed.basic / @certainty
Used by
Source
<xs:attribute name="certainty"/>
[ top ]
Attribute schema:m.mixed.basic / @encodinganalog
Used by
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:date / @certainty
Source
<xs:attribute name="certainty"/>
[ top ]
Attribute schema:date / @encodinganalog
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:date / @localtype
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute schema:m.mixed.basic / @render
Type schema:av.render
Properties
content simple
Facets
enumeration altrender
enumeration bold
enumeration bolddoublequote
enumeration bolditalic
enumeration boldsinglequote
enumeration boldsmcaps
enumeration boldunderline
enumeration doublequote
enumeration italic
enumeration nonproport
enumeration singlequote
enumeration smcaps
enumeration sub
enumeration super
enumeration underline
Used by
Source
<xs:attribute name="render" type="schema:av.render"/>
[ top ]
Attribute schema:titleproper / @encodinganalog
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:titleproper / @localtype
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute schema:titleproper / @render
Type schema:av.render
Properties
content simple
Facets
enumeration altrender
enumeration bold
enumeration bolddoublequote
enumeration bolditalic
enumeration boldsinglequote
enumeration boldsmcaps
enumeration boldunderline
enumeration doublequote
enumeration italic
enumeration nonproport
enumeration singlequote
enumeration smcaps
enumeration sub
enumeration super
enumeration underline
Source
<xs:attribute name="render" type="schema:av.render"/>
[ top ]
Attribute schema:subtitle / @encodinganalog
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:author / @encodinganalog
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:sponsor / @encodinganalog
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:titlestmt / @encodinganalog
Used by
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:edition / @encodinganalog
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:m.mixed.basic / @althead
Used by
Element schema:head
Source
<xs:attribute name="althead"/>
[ top ]
Attribute schema:head / @althead
Source
<xs:attribute name="althead"/>
[ top ]
Attribute schema:list / @listtype
Type restriction of xs:token
Properties
content simple
Facets
enumeration deflist
enumeration unordered
enumeration ordered
Used by
Element schema:list
Source
<xs:attribute name="listtype">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="deflist"/>
      <xs:enumeration value="unordered"/>
      <xs:enumeration value="ordered"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute schema:list / @mark
Type restriction of xs:token
Properties
content simple
Facets
enumeration disc
enumeration circle
enumeration square
enumeration decimal
enumeration decimal-leading-zero
enumeration lower-roman
enumeration upper-roman
enumeration lower-greek
enumeration lower-latin
enumeration upper-latin
enumeration armenian
enumeration georgian
enumeration lower-alpha
enumeration upper-alpha
enumeration none
enumeration inherit
Used by
Element schema:list
Source
<xs:attribute name="mark">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="disc"/>
      <xs:enumeration value="circle"/>
      <xs:enumeration value="square"/>
      <xs:enumeration value="decimal"/>
      <xs:enumeration value="decimal-leading-zero"/>
      <xs:enumeration value="lower-roman"/>
      <xs:enumeration value="upper-roman"/>
      <xs:enumeration value="lower-greek"/>
      <xs:enumeration value="lower-latin"/>
      <xs:enumeration value="upper-latin"/>
      <xs:enumeration value="armenian"/>
      <xs:enumeration value="georgian"/>
      <xs:enumeration value="lower-alpha"/>
      <xs:enumeration value="upper-alpha"/>
      <xs:enumeration value="none"/>
      <xs:enumeration value="inherit"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute schema:list / @numeration
Type restriction of xs:token
Properties
content simple
Facets
enumeration arabic
enumeration upperalpha
enumeration loweralpha
enumeration upperroman
enumeration lowerroman
Used by
Element schema:list
Source
<xs:attribute name="numeration">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="arabic"/>
      <xs:enumeration value="upperalpha"/>
      <xs:enumeration value="loweralpha"/>
      <xs:enumeration value="upperroman"/>
      <xs:enumeration value="lowerroman"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute schema:editionstmt / @encodinganalog
Used by
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:publisher / @encodinganalog
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:addressline / @localtype
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute schema:publicationstmt / @encodinganalog
Used by
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:seriesstmt / @encodinganalog
Used by
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:controlnote / @localtype
Used by
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute schema:controlnote / @encodinganalog
Used by
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:notestmt / @encodinganalog
Used by
Element schema:notestmt
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:filedesc / @encodinganalog
Used by
Element schema:filedesc
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:m.mixed.basic / @value
Type restriction of xs:token
Properties
use required
Facets
enumeration revised
enumeration deleted
enumeration new
enumeration deletedsplit
enumeration deletedmerged
enumeration deletedreplaced
enumeration cancelled
enumeration derived
Used by
Source
<xs:attribute name="value" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="revised"/>
      <xs:enumeration value="deleted"/>
      <xs:enumeration value="new"/>
      <xs:enumeration value="deletedsplit"/>
      <xs:enumeration value="deletedmerged"/>
      <xs:enumeration value="deletedreplaced"/>
      <xs:enumeration value="cancelled"/>
      <xs:enumeration value="derived"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute schema:maintenancestatus / @value
Type restriction of xs:token
Properties
use required
Facets
enumeration revised
enumeration deleted
enumeration new
enumeration deletedsplit
enumeration deletedmerged
enumeration deletedreplaced
enumeration cancelled
enumeration derived
Source
<xs:attribute name="value" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="revised"/>
      <xs:enumeration value="deleted"/>
      <xs:enumeration value="new"/>
      <xs:enumeration value="deletedsplit"/>
      <xs:enumeration value="deletedmerged"/>
      <xs:enumeration value="deletedreplaced"/>
      <xs:enumeration value="cancelled"/>
      <xs:enumeration value="derived"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute schema:publicationstatus / @value
Type restriction of xs:token
Properties
use required
Facets
enumeration inprocess
enumeration approved
enumeration published
Source
<xs:attribute name="value" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="inprocess"/>
      <xs:enumeration value="approved"/>
      <xs:enumeration value="published"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute schema:agencycode / @localtype
Properties
use required
Used by
Source
<xs:attribute name="localtype" use="required"/>
[ top ]
Attribute schema:otheragencycode / @localtype
Properties
use required
Used by
Source
<xs:attribute name="localtype" use="required"/>
[ top ]
Attribute schema:language / @encodinganalog
Used by
Element schema:language
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:language / @label
Used by
Element schema:language
Source
<xs:attribute name="label"/>
[ top ]
Attribute schema:language / @langcode
Used by
Element schema:language
Source
<xs:attribute name="langcode"/>
[ top ]
Attribute schema:script / @encodinganalog
Used by
Element schema:script
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:script / @label
Used by
Element schema:script
Source
<xs:attribute name="label"/>
[ top ]
Attribute schema:script / @scriptcode
Used by
Element schema:script
Source
<xs:attribute name="scriptcode"/>
[ top ]
Attribute schema:m.mixed.basic / @lastdatetimeverified
Type schema:m.data.standardDateTime
Properties
content simple
Used by
Element schema:citation
Source
<xs:attribute name="lastdatetimeverified" type="schema:m.data.standardDateTime"/>
[ top ]
Attribute schema:citation / @lastdatetimeverified
Type schema:m.data.standardDateTime
Properties
content simple
Source
<xs:attribute name="lastdatetimeverified" type="schema:m.data.standardDateTime"/>
[ top ]
Attribute schema:term / @transliteration
Used by
Element schema:term
Source
<xs:attribute name="transliteration"/>
[ top ]
Attribute schema:term / @lastdatetimeverified
Type schema:m.data.standardDateTime
Properties
content simple
Used by
Element schema:term
Source
<xs:attribute name="lastdatetimeverified" type="schema:m.data.standardDateTime"/>
[ top ]
Attribute schema:term / @source
Type xs:string
Properties
content simple
Used by
Element schema:term
Source
<xs:attribute name="source" type="xs:string"/>
[ top ]
Attribute schema:term / @identifier
Used by
Element schema:term
Source
<xs:attribute name="identifier"/>
[ top ]
Attribute schema:datesingle / @localtype
Used by
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute schema:m.datesingle / @standarddate
Type schema:m.data.standarddate
Properties
content simple
Used by
Attribute Group schema:m.datesingle
Source
<xs:attribute name="standarddate" type="schema:m.data.standarddate"/>
[ top ]
Attribute schema:m.datesingle / @notbefore
Type schema:m.data.standarddate
Properties
content simple
Used by
Attribute Group schema:m.datesingle
Source
<xs:attribute name="notbefore" type="schema:m.data.standarddate"/>
[ top ]
Attribute schema:m.datesingle / @notafter
Type schema:m.data.standarddate
Properties
content simple
Used by
Attribute Group schema:m.datesingle
Source
<xs:attribute name="notafter" type="schema:m.data.standarddate"/>
[ top ]
Attribute schema:m.mixed.basic / @standarddate
Type schema:m.data.standarddate
Properties
content simple
Used by
Source
<xs:attribute name="standarddate" type="schema:m.data.standarddate"/>
[ top ]
Attribute schema:m.mixed.basic / @notbefore
Type schema:m.data.standarddate
Properties
content simple
Used by
Source
<xs:attribute name="notbefore" type="schema:m.data.standarddate"/>
[ top ]
Attribute schema:m.mixed.basic / @notafter
Type schema:m.data.standarddate
Properties
content simple
Used by
Source
<xs:attribute name="notafter" type="schema:m.data.standarddate"/>
[ top ]
Attribute schema:fromdate / @localtype
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute schema:fromdate / @notafter
Type schema:m.data.standarddate
Properties
content simple
Source
<xs:attribute name="notafter" type="schema:m.data.standarddate"/>
[ top ]
Attribute schema:fromdate / @notbefore
Type schema:m.data.standarddate
Properties
content simple
Source
<xs:attribute name="notbefore" type="schema:m.data.standarddate"/>
[ top ]
Attribute schema:fromdate / @standarddate
Type schema:m.data.standarddate
Properties
content simple
Source
<xs:attribute name="standarddate" type="schema:m.data.standarddate"/>
[ top ]
Attribute schema:todate / @localtype
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute schema:todate / @notafter
Type schema:m.data.standarddate
Properties
content simple
Source
<xs:attribute name="notafter" type="schema:m.data.standarddate"/>
[ top ]
Attribute schema:todate / @notbefore
Type schema:m.data.standarddate
Properties
content simple
Source
<xs:attribute name="notbefore" type="schema:m.data.standarddate"/>
[ top ]
Attribute schema:todate / @standarddate
Type schema:m.data.standarddate
Properties
content simple
Source
<xs:attribute name="standarddate" type="schema:m.data.standarddate"/>
[ top ]
Attribute schema:daterange / @localtype
Used by
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute schema:localcontrol / @localtype
Properties
use required
Used by
Source
<xs:attribute name="localtype" use="required"/>
[ top ]
Attribute schema:eventtype / @value
Type restriction of xs:token
Properties
use required
Facets
enumeration created
enumeration revised
enumeration deleted
enumeration cancelled
enumeration derived
enumeration updated
enumeration unknown
Source
<xs:attribute name="value" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="created"/>
      <xs:enumeration value="revised"/>
      <xs:enumeration value="deleted"/>
      <xs:enumeration value="cancelled"/>
      <xs:enumeration value="derived"/>
      <xs:enumeration value="updated"/>
      <xs:enumeration value="unknown"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute schema:eventdatetime / @standarddatetime
Type schema:m.data.standardDateTime
Properties
content simple
Used by
Source
<xs:attribute name="standarddatetime" type="schema:m.data.standardDateTime"/>
[ top ]
Attribute schema:agenttype / @value
Type restriction of xs:token
Properties
use required
Facets
enumeration human
enumeration machine
enumeration unknown
Source
<xs:attribute name="value" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="human"/>
      <xs:enumeration value="machine"/>
      <xs:enumeration value="unknown"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute schema:sourceentry / @transliteration
Used by
Source
<xs:attribute name="transliteration"/>
[ top ]
Attribute schema:source / @lastdatetimeverified
Type schema:m.data.standardDateTime
Properties
content simple
Used by
Element schema:source
Source
<xs:attribute name="lastdatetimeverified" type="schema:m.data.standardDateTime"/>
[ top ]
Attribute schema:sources / @base
Type xs:anyURI
Properties
content simple
Used by
Element schema:sources
Source
<xs:attribute name="base" type="xs:anyURI"/>
[ top ]
Attribute schema:control / @base
Type xs:anyURI
Properties
content simple
Used by
Element schema:control
Source
<xs:attribute name="base" type="xs:anyURI"/>
[ top ]
Attribute schema:control / @relatedencoding
Used by
Element schema:control
Source
<xs:attribute name="relatedencoding"/>
[ top ]
Attribute schema:did / @encodinganalog
Used by
Element schema:did
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:archdesc / @level
Type schema:av.level
Properties
use required
Facets
enumeration class
enumeration collection
enumeration file
enumeration fonds
enumeration item
enumeration otherlevel
enumeration recordgrp
enumeration series
enumeration subfonds
enumeration subgrp
enumeration subseries
Used by
Element schema:archdesc
Source
<xs:attribute name="level" use="required" type="schema:av.level"/>
[ top ]
Attribute schema:a.desc.base / @otherlevel
Type xs:NMTOKEN
Properties
content simple
Used by
Attribute Group schema:a.desc.base
Source
<xs:attribute name="otherlevel" type="xs:NMTOKEN"/>
[ top ]
Attribute schema:a.desc.base / @encodinganalog
Used by
Attribute Group schema:a.desc.base
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:archdesc / @localtype
Type xs:NMTOKEN
Properties
content simple
Used by
Element schema:archdesc
Source
<xs:attribute name="localtype" type="xs:NMTOKEN"/>
[ top ]
Attribute schema:archdesc / @relatedencoding
Used by
Element schema:archdesc
Source
<xs:attribute name="relatedencoding"/>
[ top ]
Attribute schema:ead / @relatedencoding
Used by
Element schema:ead
Source
<xs:attribute name="relatedencoding"/>
[ top ]
Attribute schema:part / @encodinganalog
Used by
Element schema:part
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:part / @localtype
Used by
Element schema:part
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute schema:a.access.no.normal / @source
Type xs:token
Properties
content simple
Used by
Attribute Group schema:a.access.no.normal
Source
<xs:attribute name="source" type="xs:token"/>
[ top ]
Attribute schema:a.access.no.normal / @rules
Type xs:NMTOKEN
Properties
content simple
Used by
Attribute Group schema:a.access.no.normal
Source
<xs:attribute name="rules" type="xs:NMTOKEN"/>
[ top ]
Attribute schema:a.access.no.normal / @identifier
Used by
Attribute Group schema:a.access.no.normal
Source
<xs:attribute name="identifier"/>
[ top ]
Attribute schema:a.access / @normal
Used by
Attribute Group schema:a.access
Source
<xs:attribute name="normal"/>
[ top ]
Attribute schema:persname / @role
Used by
Element schema:persname
Source
<xs:attribute name="role"/>
[ top ]
Attribute schema:persname / @encodinganalog
Used by
Element schema:persname
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:corpname / @role
Used by
Element schema:corpname
Source
<xs:attribute name="role"/>
[ top ]
Attribute schema:corpname / @encodinganalog
Used by
Element schema:corpname
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:name / @role
Used by
Element schema:name
Source
<xs:attribute name="role"/>
[ top ]
Attribute schema:name / @encodinganalog
Used by
Element schema:name
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:famname / @role
Used by
Element schema:famname
Source
<xs:attribute name="role"/>
[ top ]
Attribute schema:famname / @encodinganalog
Used by
Element schema:famname
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:origination / @label
Used by
Source
<xs:attribute name="label"/>
[ top ]
Attribute schema:origination / @encodinganalog
Used by
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:unittype / @identifier
Used by
Element schema:unittype
Source
<xs:attribute name="identifier"/>
[ top ]
Attribute schema:unittype / @source
Used by
Element schema:unittype
Source
<xs:attribute name="source"/>
[ top ]
Attribute schema:unittype / @rules
Type xs:NMTOKEN
Properties
content simple
Used by
Element schema:unittype
Source
<xs:attribute name="rules" type="xs:NMTOKEN"/>
[ top ]
Attribute schema:dimensions / @localtype
Used by
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute schema:m.mixed.basic / @label
Used by
Source
<xs:attribute name="label"/>
[ top ]
Attribute schema:m.mixed.basic / @unit
Used by
Source
<xs:attribute name="unit"/>
[ top ]
Attribute schema:physfacet / @encodinganalog
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:physfacet / @label
Source
<xs:attribute name="label"/>
[ top ]
Attribute schema:physfacet / @localtype
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute schema:physfacet / @unit
Source
<xs:attribute name="unit"/>
[ top ]
Attribute schema:physdescstructured / @label
Used by
Source
<xs:attribute name="label"/>
[ top ]
Attribute schema:physdescstructured / @encodinganalog
Used by
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:physdescstructured / @rules
Type xs:NMTOKEN
Properties
content simple
Used by
Source
<xs:attribute name="rules" type="xs:NMTOKEN"/>
[ top ]
Attribute schema:physdescstructured / @physdescstructuredtype
Type restriction of xs:token
Properties
use required
Facets
enumeration carrier
enumeration materialtype
enumeration spaceoccupied
Used by
Source
<xs:attribute name="physdescstructuredtype" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="carrier"/>
      <xs:enumeration value="materialtype"/>
      <xs:enumeration value="spaceoccupied"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute schema:physdescstructured / @coverage
Type restriction of xs:token
Properties
use required
Facets
enumeration whole
enumeration part
Used by
Source
<xs:attribute name="coverage" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="whole"/>
      <xs:enumeration value="part"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute schema:repository / @label
Used by
Source
<xs:attribute name="label"/>
[ top ]
Attribute schema:repository / @encodinganalog
Used by
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:m.mixed.basic.plus.access / @label
Used by
Source
<xs:attribute name="label"/>
[ top ]
Attribute schema:m.mixed.basic.plus.access / @encodinganalog
Used by
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:m.mixed.basic.plus.access / @localtype
Used by
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute schema:m.mixed.basic.plus.access / @normal
Used by
Source
<xs:attribute name="normal"/>
[ top ]
Attribute schema:unittitle / @encodinganalog
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:unittitle / @label
Source
<xs:attribute name="label"/>
[ top ]
Attribute schema:unittitle / @localtype
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute schema:unittitle / @normal
Source
<xs:attribute name="normal"/>
[ top ]
Attribute schema:m.mixed.basic / @unitdatetype
Type restriction of xs:token
Properties
content simple
Facets
enumeration bulk
enumeration inclusive
Used by
Element schema:unitdate
Source
<xs:attribute name="unitdatetype">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="bulk"/>
      <xs:enumeration value="inclusive"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute schema:m.mixed.basic / @datechar
Used by
Element schema:unitdate
Source
<xs:attribute name="datechar"/>
[ top ]
Attribute schema:unitdate / @certainty
Source
<xs:attribute name="certainty"/>
[ top ]
Attribute schema:unitdate / @datechar
Source
<xs:attribute name="datechar"/>
[ top ]
Attribute schema:unitdate / @encodinganalog
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:unitdate / @label
Source
<xs:attribute name="label"/>
[ top ]
Attribute schema:unitdate / @unitdatetype
Type restriction of xs:token
Properties
content simple
Facets
enumeration bulk
enumeration inclusive
Source
<xs:attribute name="unitdatetype">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="bulk"/>
      <xs:enumeration value="inclusive"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute schema:unitdatestructured / @label
Used by
Source
<xs:attribute name="label"/>
[ top ]
Attribute schema:unitdatestructured / @unitdatetype
Type restriction of xs:token
Properties
content simple
Facets
enumeration bulk
enumeration inclusive
Used by
Source
<xs:attribute name="unitdatetype">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="bulk"/>
      <xs:enumeration value="inclusive"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute schema:unitdatestructured / @certainty
Used by
Source
<xs:attribute name="certainty"/>
[ top ]
Attribute schema:unitdatestructured / @encodinganalog
Used by
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:unitdatestructured / @datechar
Used by
Source
<xs:attribute name="datechar"/>
[ top ]
Attribute schema:dateset / @localtype
Used by
Element schema:dateset
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute schema:dao / @daotype
Type restriction of xs:token
Properties
use required
Facets
enumeration borndigital
enumeration derived
enumeration unknown
enumeration other
Used by
Element schema:dao
Source
<xs:attribute name="daotype" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="borndigital"/>
      <xs:enumeration value="derived"/>
      <xs:enumeration value="unknown"/>
      <xs:enumeration value="other"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute schema:dao / @otherdaotype
Used by
Element schema:dao
Source
<xs:attribute name="otherdaotype"/>
[ top ]
Attribute schema:accessrestrict / @encodinganalog
Used by
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:accessrestrict / @localtype
Used by
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute schema:accruals / @encodinganalog
Used by
Element schema:accruals
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:fileplan / @encodinganalog
Used by
Element schema:fileplan
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:acqinfo / @encodinganalog
Used by
Element schema:acqinfo
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:altformavail / @encodinganalog
Used by
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:altformavail / @localtype
Used by
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute schema:originalsloc / @encodinganalog
Used by
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:originalsloc / @localtype
Used by
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute schema:phystech / @encodinganalog
Used by
Element schema:phystech
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:phystech / @localtype
Used by
Element schema:phystech
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute schema:appraisal / @encodinganalog
Used by
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:custodhist / @encodinganalog
Used by
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:index / @encodinganalog
Used by
Element schema:index
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:legalstatus / @encodinganalog
Used by
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:legalstatus / @localtype
Used by
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute schema:materialspec / @encodinganalog
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:materialspec / @localtype
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute schema:prefercite / @encodinganalog
Used by
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:processinfo / @localtype
Used by
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute schema:processinfo / @encodinganalog
Used by
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:userestrict / @encodinganalog
Used by
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:userestrict / @localtype
Used by
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute schema:bioghist / @encodinganalog
Used by
Element schema:bioghist
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:controlaccess / @encodinganalog
Used by
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:odd / @localtype
Used by
Element schema:odd
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute schema:odd / @encodinganalog
Used by
Element schema:odd
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:scopecontent / @encodinganalog
Used by
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:arrangement / @encodinganalog
Used by
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:archref / @encodinganalog
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:bibref / @encodinganalog
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:bibliography / @encodinganalog
Used by
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:relatedmaterial / @localtype
Used by
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute schema:relatedmaterial / @encodinganalog
Used by
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:separatedmaterial / @localtype
Used by
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute schema:separatedmaterial / @encodinganalog
Used by
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:otherfindaid / @encodinganalog
Used by
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:colspec / @cols
Type xs:NMTOKEN
Properties
content simple
Used by
Element schema:colspec
Source
<xs:attribute name="cols" type="xs:NMTOKEN"/>
[ top ]
Attribute schema:colspec / @colname
Type xs:NMTOKEN
Properties
content simple
Used by
Element schema:colspec
Source
<xs:attribute name="colname" type="xs:NMTOKEN"/>
[ top ]
Attribute schema:colspec / @width
Used by
Element schema:colspec
Source
<xs:attribute name="width"/>
[ top ]
Attribute schema:colspec / @colsep
Type schema:av.yesorno
Properties
content simple
Facets
enumeration yes
enumeration no
Used by
Element schema:colspec
Source
<xs:attribute name="colsep" type="schema:av.yesorno"/>
[ top ]
Attribute schema:colspec / @rowsep
Type schema:av.yesorno
Properties
content simple
Facets
enumeration yes
enumeration no
Used by
Element schema:colspec
Source
<xs:attribute name="rowsep" type="schema:av.yesorno"/>
[ top ]
Attribute schema:colspec / @align
Type restriction of xs:token
Properties
content simple
Facets
enumeration left
enumeration right
enumeration center
enumeration justify
Used by
Element schema:colspec
Source
<xs:attribute name="align">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="left"/>
      <xs:enumeration value="right"/>
      <xs:enumeration value="center"/>
      <xs:enumeration value="justify"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute schema:colspec / @valign
Type restriction of xs:token
Properties
content simple
Facets
enumeration top
enumeration middle
enumeration bottom
enumeration baseline
Used by
Element schema:colspec
Source
<xs:attribute name="valign">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="top"/>
      <xs:enumeration value="middle"/>
      <xs:enumeration value="bottom"/>
      <xs:enumeration value="baseline"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute schema:m.para.content / @colname
Type xs:NMTOKEN
Properties
content simple
Used by
Element schema:entry
Source
<xs:attribute name="colname" type="xs:NMTOKEN"/>
[ top ]
Attribute schema:m.para.content / @namest
Type xs:NMTOKEN
Properties
content simple
Used by
Element schema:entry
Source
<xs:attribute name="namest" type="xs:NMTOKEN"/>
[ top ]
Attribute schema:m.para.content / @nameend
Type xs:NMTOKEN
Properties
content simple
Used by
Element schema:entry
Source
<xs:attribute name="nameend" type="xs:NMTOKEN"/>
[ top ]
Attribute schema:m.para.content / @morerows
Type xs:NMTOKEN
Properties
content simple
Used by
Element schema:entry
Source
<xs:attribute name="morerows" type="xs:NMTOKEN"/>
[ top ]
Attribute schema:m.para.content / @colsep
Type schema:av.yesorno
Properties
content simple
Facets
enumeration yes
enumeration no
Used by
Element schema:entry
Source
<xs:attribute name="colsep" type="schema:av.yesorno"/>
[ top ]
Attribute schema:m.para.content / @rowsep
Type schema:av.yesorno
Properties
content simple
Facets
enumeration yes
enumeration no
Used by
Element schema:entry
Source
<xs:attribute name="rowsep" type="schema:av.yesorno"/>
[ top ]
Attribute schema:m.para.content / @align
Type restriction of xs:token
Properties
content simple
Facets
enumeration left
enumeration right
enumeration center
enumeration justify
Used by
Element schema:entry
Source
<xs:attribute name="align">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="left"/>
      <xs:enumeration value="right"/>
      <xs:enumeration value="center"/>
      <xs:enumeration value="justify"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute schema:m.para.content / @valign
Type restriction of xs:token
Properties
content simple
Facets
enumeration top
enumeration middle
enumeration bottom
enumeration baseline
Used by
Element schema:entry
Source
<xs:attribute name="valign">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="top"/>
      <xs:enumeration value="middle"/>
      <xs:enumeration value="bottom"/>
      <xs:enumeration value="baseline"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute schema:entry / @align
Type restriction of xs:token
Properties
content simple
Facets
enumeration left
enumeration right
enumeration center
enumeration justify
Source
<xs:attribute name="align">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="left"/>
      <xs:enumeration value="right"/>
      <xs:enumeration value="center"/>
      <xs:enumeration value="justify"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute schema:entry / @colname
Type xs:NMTOKEN
Properties
content simple
Source
<xs:attribute name="colname" type="xs:NMTOKEN"/>
[ top ]
Attribute schema:entry / @colsep
Type schema:av.yesorno
Properties
content simple
Facets
enumeration yes
enumeration no
Source
<xs:attribute name="colsep" type="schema:av.yesorno"/>
[ top ]
Attribute schema:entry / @morerows
Type xs:NMTOKEN
Properties
content simple
Source
<xs:attribute name="morerows" type="xs:NMTOKEN"/>
[ top ]
Attribute schema:entry / @nameend
Type xs:NMTOKEN
Properties
content simple
Source
<xs:attribute name="nameend" type="xs:NMTOKEN"/>
[ top ]
Attribute schema:entry / @namest
Type xs:NMTOKEN
Properties
content simple
Source
<xs:attribute name="namest" type="xs:NMTOKEN"/>
[ top ]
Attribute schema:entry / @rowsep
Type schema:av.yesorno
Properties
content simple
Facets
enumeration yes
enumeration no
Source
<xs:attribute name="rowsep" type="schema:av.yesorno"/>
[ top ]
Attribute schema:entry / @valign
Type restriction of xs:token
Properties
content simple
Facets
enumeration top
enumeration middle
enumeration bottom
enumeration baseline
Source
<xs:attribute name="valign">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="top"/>
      <xs:enumeration value="middle"/>
      <xs:enumeration value="bottom"/>
      <xs:enumeration value="baseline"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute schema:row / @rowsep
Type schema:av.yesorno
Properties
content simple
Facets
enumeration yes
enumeration no
Used by
Element schema:row
Source
<xs:attribute name="rowsep" type="schema:av.yesorno"/>
[ top ]
Attribute schema:row / @valign
Type restriction of xs:token
Properties
content simple
Facets
enumeration top
enumeration middle
enumeration bottom
enumeration baseline
Used by
Element schema:row
Source
<xs:attribute name="valign">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="top"/>
      <xs:enumeration value="middle"/>
      <xs:enumeration value="bottom"/>
      <xs:enumeration value="baseline"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute schema:table / @frame
Type restriction of xs:token
Properties
content simple
Facets
enumeration top
enumeration bottom
enumeration topbot
enumeration all
enumeration sides
enumeration none
Used by
Element schema:table
Source
<xs:attribute name="frame">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="top"/>
      <xs:enumeration value="bottom"/>
      <xs:enumeration value="topbot"/>
      <xs:enumeration value="all"/>
      <xs:enumeration value="sides"/>
      <xs:enumeration value="none"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute schema:table / @cols
Used by
Element schema:table
Source
<xs:attribute name="cols"/>
[ top ]
Attribute schema:table / @width
Used by
Element schema:table
Source
<xs:attribute name="width"/>
[ top ]
Attribute schema:table / @colsep
Type schema:av.yesorno
Properties
content simple
Facets
enumeration yes
enumeration no
Used by
Element schema:table
Source
<xs:attribute name="colsep" type="schema:av.yesorno"/>
[ top ]
Attribute schema:table / @rowsep
Type schema:av.yesorno
Properties
content simple
Facets
enumeration yes
enumeration no
Used by
Element schema:table
Source
<xs:attribute name="rowsep" type="schema:av.yesorno"/>
[ top ]
Attribute schema:thead / @valign
Type restriction of xs:token
Properties
content simple
Facets
enumeration top
enumeration middle
enumeration bottom
Used by
Element schema:thead
Source
<xs:attribute name="valign">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="top"/>
      <xs:enumeration value="middle"/>
      <xs:enumeration value="bottom"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute schema:a.desc.c / @level
Type schema:av.level
Properties
content simple
Facets
enumeration class
enumeration collection
enumeration file
enumeration fonds
enumeration item
enumeration otherlevel
enumeration recordgrp
enumeration series
enumeration subfonds
enumeration subgrp
enumeration subseries
Used by
Attribute Group schema:a.desc.c
Source
<xs:attribute name="level" type="schema:av.level"/>
[ top ]
Attribute schema:dsc / @dsctype
Type restriction of xs:token
Properties
content simple
Facets
enumeration analyticover
enumeration combined
enumeration indepth
enumeration otherdsctype
Used by
Element schema:dsc
Source
<xs:attribute name="dsctype">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="analyticover"/>
      <xs:enumeration value="combined"/>
      <xs:enumeration value="indepth"/>
      <xs:enumeration value="otherdsctype"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute schema:dsc / @otherdsctype
Type xs:NMTOKEN
Properties
content simple
Used by
Element schema:dsc
Source
<xs:attribute name="otherdsctype" type="xs:NMTOKEN"/>
[ top ]
Attribute schema:dsc / @encodinganalog
Used by
Element schema:dsc
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:a.dsctab.tpattern / @tpattern
Type xs:NMTOKEN
Properties
content simple
Used by
Attribute Group schema:a.dsctab.tpattern
Source
<xs:attribute name="tpattern" type="xs:NMTOKEN"/>
[ top ]
Attribute schema:title / @localtype
Used by
Element schema:title
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute schema:title / @render
Type schema:av.render
Properties
content simple
Facets
enumeration altrender
enumeration bold
enumeration bolddoublequote
enumeration bolditalic
enumeration boldsinglequote
enumeration boldsmcaps
enumeration boldunderline
enumeration doublequote
enumeration italic
enumeration nonproport
enumeration singlequote
enumeration smcaps
enumeration sub
enumeration super
enumeration underline
Used by
Element schema:title
Source
<xs:attribute name="render" type="schema:av.render"/>
[ top ]
Attribute schema:title / @encodinganalog
Used by
Element schema:title
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:languageset / @encodinganalog
Used by
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:geographiccoordinates / @coordinatesystem
Properties
use required
Used by
Source
<xs:attribute name="coordinatesystem" use="required"/>
[ top ]
Attribute schema:geogname / @role
Used by
Element schema:geogname
Source
<xs:attribute name="role"/>
[ top ]
Attribute schema:geogname / @encodinganalog
Used by
Element schema:geogname
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:occupation / @encodinganalog
Used by
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:occupation / @localtype
Used by
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute schema:subject / @encodinganalog
Used by
Element schema:subject
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:subject / @localtype
Used by
Element schema:subject
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute schema:genreform / @encodinganalog
Used by
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:genreform / @localtype
Used by
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute schema:function / @encodinganalog
Used by
Element schema:function
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:function / @localtype
Used by
Element schema:function
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute schema:relationentry / @localtype
Used by
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute schema:relationentry / @transliteration
Type xs:NMTOKEN
Properties
content simple
Used by
Source
<xs:attribute name="transliteration" type="xs:NMTOKEN"/>
[ top ]
Attribute schema:placeentry / @transliteration
Used by
Source
<xs:attribute name="transliteration"/>
[ top ]
Attribute schema:placeentry / @localtype
Used by
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute schema:placeentry / @countrycode
Type xs:string
Properties
content simple
Used by
Source
<xs:attribute name="countrycode" type="xs:string"/>
[ top ]
Attribute schema:placeentry / @vocabularysource
Used by
Source
<xs:attribute name="vocabularysource"/>
[ top ]
Attribute schema:placeentry / @accuracy
Used by
Source
<xs:attribute name="accuracy"/>
[ top ]
Attribute schema:placeentry / @longitude
Type xs:NMTOKEN
Properties
content simple
Used by
Source
<xs:attribute name="longitude" type="xs:NMTOKEN"/>
[ top ]
Attribute schema:placeentry / @latitude
Type xs:NMTOKEN
Properties
content simple
Used by
Source
<xs:attribute name="latitude" type="xs:NMTOKEN"/>
[ top ]
Attribute schema:placeentry / @altitude
Type xs:NMTOKEN
Properties
content simple
Used by
Source
<xs:attribute name="altitude" type="xs:NMTOKEN"/>
[ top ]
Attribute schema:relation / @relationtype
Type restriction of xs:token
Properties
use required
Facets
enumeration cpfrelation
enumeration resourcerelation
enumeration functionrelation
enumeration otherrelation
Used by
Element schema:relation
Source
<xs:attribute name="relationtype" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="cpfrelation"/>
      <xs:enumeration value="resourcerelation"/>
      <xs:enumeration value="functionrelation"/>
      <xs:enumeration value="otherrelation"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute schema:relation / @otherrelationtype
Type xs:string
Properties
content simple
Used by
Element schema:relation
Source
<xs:attribute name="otherrelationtype" type="xs:string"/>
[ top ]
Attribute schema:relation / @lastdatetimeverified
Type xs:dateTime
Properties
content simple
Used by
Element schema:relation
Source
<xs:attribute name="lastdatetimeverified" type="xs:dateTime"/>
[ top ]
Attribute schema:a.localtype / @localtype
Properties
use required
Used by
Attribute Group schema:a.localtype
Source
<xs:attribute name="localtype" use="required"/>
[ top ]
Attribute schema:abstract / @encodinganalog
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:abstract / @label
Source
<xs:attribute name="label"/>
[ top ]
Attribute schema:abstract / @localtype
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute schema:langmaterial / @label
Used by
Source
<xs:attribute name="label"/>
[ top ]
Attribute schema:langmaterial / @encodinganalog
Used by
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:m.mixed.basic / @localtypesource
Used by
Element schema:didnote
Source
<xs:attribute name="localtypesource"/>
[ top ]
Attribute schema:didnote / @encodinganalog
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:didnote / @label
Source
<xs:attribute name="label"/>
[ top ]
Attribute schema:didnote / @localtype
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute schema:didnote / @localtypesource
Source
<xs:attribute name="localtypesource"/>
[ top ]
Attribute schema:m.mixed.basic / @rules
Type xs:NMTOKEN
Properties
content simple
Used by
Element schema:physdesc
Source
<xs:attribute name="rules" type="xs:NMTOKEN"/>
[ top ]
Attribute schema:physdesc / @encodinganalog
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:physdesc / @label
Source
<xs:attribute name="label"/>
[ top ]
Attribute schema:physdesc / @rules
Type xs:NMTOKEN
Properties
content simple
Source
<xs:attribute name="rules" type="xs:NMTOKEN"/>
[ top ]
Attribute schema:parallelphysdescset / @label
Used by
Source
<xs:attribute name="label"/>
[ top ]
Attribute schema:m.mixed.basic / @parent
Type xs:IDREFS
Properties
content simple
Used by
Source
<xs:attribute name="parent" type="xs:IDREFS"/>
[ top ]
Attribute schema:physloc / @encodinganalog
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:physloc / @label
Source
<xs:attribute name="label"/>
[ top ]
Attribute schema:physloc / @localtype
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute schema:physloc / @parent
Type xs:IDREFS
Properties
content simple
Source
<xs:attribute name="parent" type="xs:IDREFS"/>
[ top ]
Attribute schema:am.countrycode / @countrycode
Type xs:NMTOKEN
Properties
content simple
Used by
Attribute Group schema:am.countrycode
Source
<xs:attribute name="countrycode" type="xs:NMTOKEN"/>
[ top ]
Attribute schema:m.mixed.basic / @repositorycode
Type schema:data.repositorycode
Properties
content simple
Used by
Element schema:unitid
Source
<xs:attribute name="repositorycode" type="schema:data.repositorycode"/>
[ top ]
Attribute schema:m.mixed.basic / @identifier
Used by
Element schema:unitid
Source
<xs:attribute name="identifier"/>
[ top ]
Attribute schema:unitid / @encodinganalog
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:unitid / @identifier
Source
<xs:attribute name="identifier"/>
[ top ]
Attribute schema:unitid / @label
Source
<xs:attribute name="label"/>
[ top ]
Attribute schema:unitid / @localtype
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute schema:unitid / @repositorycode
Type schema:data.repositorycode
Properties
content simple
Source
<xs:attribute name="repositorycode" type="schema:data.repositorycode"/>
[ top ]
Attribute schema:m.mixed.basic / @containerid
Type xs:NMTOKEN
Properties
content simple
Used by
Source
<xs:attribute name="containerid" type="xs:NMTOKEN"/>
[ top ]
Attribute schema:container / @containerid
Type xs:NMTOKEN
Properties
content simple
Source
<xs:attribute name="containerid" type="xs:NMTOKEN"/>
[ top ]
Attribute schema:container / @encodinganalog
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute schema:container / @label
Source
<xs:attribute name="label"/>
[ top ]
Attribute schema:container / @localtype
Type xs:NMTOKEN
Properties
content simple
Source
<xs:attribute name="localtype" type="xs:NMTOKEN"/>
[ top ]
Attribute schema:container / @parent
Type xs:IDREFS
Properties
content simple
Source
<xs:attribute name="parent" type="xs:IDREFS"/>
[ top ]
Attribute schema:chronitem / @localtype
Used by
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute schema:chronlist / @localtype
Used by
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute schema:a.link.href / @href
Type xs:anyURI
Properties
use required
Used by
Attribute Group schema:a.link.href
Source
<xs:attribute name="href" use="required" type="xs:anyURI"/>
[ top ]
Attribute schema:a.link.role / @linkrole
Type xs:anyURI
Properties
use required
Used by
Attribute Group schema:a.link.role
Source
<xs:attribute name="linkrole" use="required" type="xs:anyURI"/>
[ top ]
Attribute schema:a.link.arcrole / @arcrole
Type xs:anyURI
Properties
use required
Used by
Attribute Group schema:a.link.arcrole
Source
<xs:attribute name="arcrole" use="required" type="xs:anyURI"/>
[ top ]
Attribute schema:a.link.title / @linktitle
Properties
use required
Used by
Attribute Group schema:a.link.title
Source
<xs:attribute name="linktitle" use="required"/>
[ top ]
Attribute schema:a.link.show / @show
Type restriction of xs:token
Properties
use required
Facets
enumeration new
enumeration replace
enumeration embed
enumeration other
enumeration none
Used by
Attribute Group schema:a.link.show
Source
<xs:attribute name="show" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="new"/>
      <xs:enumeration value="replace"/>
      <xs:enumeration value="embed"/>
      <xs:enumeration value="other"/>
      <xs:enumeration value="none"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute schema:a.link.actuate / @actuate
Type restriction of xs:token
Properties
use required
Facets
enumeration onLoad
enumeration onRequest
enumeration other
enumeration none
Used by
Attribute Group schema:a.link.actuate
Source
<xs:attribute name="actuate" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="onLoad"/>
      <xs:enumeration value="onRequest"/>
      <xs:enumeration value="other"/>
      <xs:enumeration value="none"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute schema:m.geographicalcoordinates / @longitude
Type xs:NMTOKEN
Properties
use required
Used by
Source
<xs:attribute name="longitude" use="required" type="xs:NMTOKEN"/>
[ top ]
Attribute schema:m.geographicalcoordinates / @latitude
Type xs:NMTOKEN
Properties
use required
Used by
Source
<xs:attribute name="latitude" use="required" type="xs:NMTOKEN"/>
[ top ]
Attribute schema:m.geographicalcoordinates / @altitude
Type xs:NMTOKEN
Properties
content simple
Used by
Source
<xs:attribute name="altitude" type="xs:NMTOKEN"/>
[ top ]
Attribute schema:a.lastdatetimeverified / @lastdatetimeverified
Type schema:m.data.standardDateTime
Properties
use required
Used by
Source
<xs:attribute name="lastdatetimeverified" use="required" type="schema:m.data.standardDateTime"/>
[ top ]
Element Group schema:m.mixed.basic
Diagram
Diagram ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#foreign
Used by
Model
Children schema:abbr, schema:emph, schema:expan, schema:foreign, schema:lb, schema:ptr, schema:ref
Source
<xs:group name="m.mixed.basic">
  <xs:sequence>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="schema:abbr"/>
      <xs:element ref="schema:expan"/>
      <xs:element ref="schema:emph"/>
      <xs:element ref="schema:lb"/>
      <xs:element ref="schema:ref"/>
      <xs:element ref="schema:ptr"/>
      <xs:element ref="schema:foreign"/>
    </xs:choice>
  </xs:sequence>
</xs:group>
[ top ]
Element Group schema:m.para.content
Diagram
Diagram ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#foreign ead_revised.tmp#m.mixed.basic ead_revised.tmp#quote ead_revised.tmp#num ead_revised.tmp#footnote ead_revised.tmp#date ead_revised.tmp#m.mixed.basic.plus ead_revised.tmp#m.access.title ead_revised.tmp#list
Used by
Model
Children schema:abbr, schema:date, schema:emph, schema:expan, schema:footnote, schema:foreign, schema:lb, schema:list, schema:m.access.title, schema:num, schema:ptr, schema:quote, schema:ref
Source
<xs:group name="m.para.content">
  <xs:choice>
    <xs:group ref="schema:m.mixed.basic.plus"/>
    <xs:element ref="schema:m.access.title"/>
    <xs:element ref="schema:list"/>
  </xs:choice>
</xs:group>
[ top ]
Element Group schema:m.mixed.basic.plus
Diagram
Diagram ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#foreign ead_revised.tmp#m.mixed.basic ead_revised.tmp#quote ead_revised.tmp#num ead_revised.tmp#footnote ead_revised.tmp#date
Used by
Element Group schema:m.para.content
Model
Children schema:abbr, schema:date, schema:emph, schema:expan, schema:footnote, schema:foreign, schema:lb, schema:num, schema:ptr, schema:quote, schema:ref
Source
<xs:group name="m.mixed.basic.plus">
  <xs:sequence>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:group ref="schema:m.mixed.basic"/>
      <xs:element ref="schema:quote"/>
      <xs:element ref="schema:num"/>
      <xs:element ref="schema:footnote"/>
      <xs:element ref="schema:date"/>
    </xs:choice>
  </xs:sequence>
</xs:group>
[ top ]
Element Group schema:m.mixed.basic.plus.access
Diagram
Diagram ead_revised.tmp#m.access.title ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#foreign ead_revised.tmp#m.mixed.basic ead_revised.tmp#quote ead_revised.tmp#num ead_revised.tmp#footnote ead_revised.tmp#date
Used by
Model
Children schema:abbr, schema:date, schema:emph, schema:expan, schema:footnote, schema:foreign, schema:lb, schema:m.access.title, schema:num, schema:ptr, schema:quote, schema:ref
Source
<xs:group name="m.mixed.basic.plus.access">
  <xs:sequence>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="schema:m.access.title"/>
      <xs:group ref="schema:m.mixed.basic"/>
      <xs:element ref="schema:quote"/>
      <xs:element ref="schema:num"/>
      <xs:element ref="schema:footnote"/>
      <xs:element ref="schema:date"/>
    </xs:choice>
  </xs:sequence>
</xs:group>
[ top ]
Element Group schema:m.refs
Diagram
Diagram ead_revised.tmp#ref ead_revised.tmp#ptr
Used by
Model
Children schema:ptr, schema:ref
Source
<xs:group name="m.refs">
  <xs:sequence>
    <xs:element ref="schema:ref"/>
    <xs:element ref="schema:ptr"/>
  </xs:sequence>
</xs:group>
[ top ]
Element Group schema:m.cOrC01
Diagram
Diagram ead_revised.tmp#c ead_revised.tmp#c01
Used by
Element schema:dsc
Model
Children schema:c, schema:c01
Source
<xs:group name="m.cOrC01">
  <xs:choice>
    <xs:element maxOccurs="unbounded" ref="schema:c"/>
    <xs:element maxOccurs="unbounded" ref="schema:c01"/>
  </xs:choice>
</xs:group>
[ top ]
Element Group schema:m.mixed.elements
Diagram
Diagram ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr
Model
Children schema:abbr, schema:emph, schema:expan, schema:lb, schema:ptr, schema:ref
Source
<xs:group name="m.mixed.elements">
  <xs:sequence>
    <xs:element ref="schema:abbr"/>
    <xs:element ref="schema:expan"/>
    <xs:element ref="schema:emph"/>
    <xs:element ref="schema:lb"/>
    <xs:element ref="schema:ref"/>
    <xs:element ref="schema:ptr"/>
  </xs:sequence>
</xs:group>
[ top ]
Attribute Group schema:a.common
Diagram
Diagram ead_revised.tmp#a.common.empty_id ead_revised.tmp#a.common.empty_altrender ead_revised.tmp#a.common.empty_audience ead_revised.tmp#a.common.empty ead_revised.tmp#a.common_lang ead_revised.tmp#a.common_script
Used by
Elements schema:abbr, schema:abstract, schema:accessrestrict, schema:accruals, schema:acqinfo, schema:address, schema:addressline, schema:agencycode, schema:agent, schema:agenttype, schema:altformavail, schema:appraisal, schema:archdesc, schema:archref, schema:arrangement, schema:author, schema:bibliography, schema:bibref, schema:bioghist, schema:blockquote, schema:chronitem, schema:chronlist, schema:citation, schema:container, schema:control, schema:controlaccess, schema:controlnote, schema:conventiondeclaration, schema:corpname, schema:custodhist, schema:dao, schema:daodesc, schema:date, schema:daterange, schema:dateset, schema:datesingle, schema:defitem, schema:descriptivenote, schema:did, schema:didnote, schema:dimensions, schema:dsc, schema:ead, schema:edition, schema:editionstmt, schema:emph, schema:entry, schema:event, schema:eventdatetime, schema:eventdescription, schema:eventtype, schema:expan, schema:famname, schema:filedesc, schema:fileplan, schema:footnote, schema:foreign, schema:fromdate, schema:function, schema:genreform, schema:geogname, schema:geographiccoordinates, schema:head, schema:head01, schema:head02, schema:head03, schema:index, schema:indexentry, schema:item, schema:label, schema:langmaterial, schema:language, schema:languagedeclaration, schema:languageset, schema:legalstatus, schema:list, schema:listhead, schema:localcontrol, schema:localtypedeclaration, schema:maintenanceagency, schema:maintenanceevent, schema:maintenancehistory, schema:maintenancestatus, schema:materialspec, schema:name, schema:namegrp, schema:notestmt, schema:num, schema:objectxmlwrap, schema:occupation, schema:odd, schema:originalsloc, schema:origination, schema:otheragencycode, schema:otherfindaid, schema:otherrecordid, schema:p, schema:parallelphysdescset, schema:part, schema:persname, schema:physdesc, schema:physdescstructured, schema:physfacet, schema:physloc, schema:phystech, schema:placeentry, schema:prefercite, schema:processinfo, schema:publicationstatus, schema:publicationstmt, schema:publisher, schema:quantity, schema:quote, schema:recordid, schema:ref, schema:relatedmaterial, schema:relation, schema:relationentry, schema:relations, schema:repository, schema:representation, schema:row, schema:scopecontent, schema:script, schema:separatedmaterial, schema:seriesstmt, schema:source, schema:sourceentry, schema:sources, schema:sponsor, schema:subject, schema:subtitle, schema:table, schema:term, schema:thead, schema:thentry, schema:title, schema:titleproper, schema:titlestmt, schema:todate, schema:unitdate, schema:unitdatestructured, schema:unitid, schema:unittitle, schema:unittype, schema:userestrict
Attribute Group schema:a.desc.c
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
Source
<xs:attributeGroup name="a.common">
  <xs:attributeGroup ref="schema:a.common.empty"/>
  <xs:attribute name="lang"/>
  <xs:attribute name="script"/>
</xs:attributeGroup>
[ top ]
Attribute Group schema:a.common.empty
Diagram
Diagram ead_revised.tmp#a.common.empty_id ead_revised.tmp#a.common.empty_altrender ead_revised.tmp#a.common.empty_audience
Used by
Attribute Group schema:a.common
Elements schema:colspec, schema:ptr
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
Source
<xs:attributeGroup name="a.common.empty">
  <xs:attribute name="id" type="xs:ID"/>
  <xs:attribute name="altrender"/>
  <xs:attribute name="audience">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="external"/>
        <xs:enumeration value="internal"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>
[ top ]
Attribute Group schema:m.id
Diagram
Diagram ead_revised.tmp#m.id_localtype
Used by
Attributes
QName Type Use
localtype optional
Source
<xs:attributeGroup name="m.id">
  <xs:attribute name="localtype"/>
</xs:attributeGroup>
[ top ]
Attribute Group schema:am.simplelink
Diagram
Used by
Attributes
Source
[ top ]
Attribute Group schema:a.internal.ptr
Diagram
Diagram ead_revised.tmp#a.internal.ptr_target ead_revised.tmp#a.internal.ptr_xpointer ead_revised.tmp#am.simplelink_linktype ead_revised.tmp#am.simplelink_href ead_revised.tmp#am.simplelink_linkrole ead_revised.tmp#am.simplelink_arcrole ead_revised.tmp#am.simplelink_linktitle ead_revised.tmp#am.simplelink_show ead_revised.tmp#am.simplelink_actuate ead_revised.tmp#am.simplelink
Used by
Attributes
QName Type Use
actuate restriction of xs:token optional
arcrole xs:anyURI optional
href xs:anyURI optional
linkrole xs:anyURI optional
linktitle optional
linktype restriction of xs:token optional
show restriction of xs:token optional
target xs:IDREF optional
xpointer optional
Source
<xs:attributeGroup name="a.internal.ptr">
  <xs:attribute name="target" type="xs:IDREF"/>
  <xs:attribute name="xpointer"/>
  <xs:attributeGroup ref="schema:am.simplelink"/>
</xs:attributeGroup>
[ top ]
Attribute Group schema:am.dates.era
Diagram
Diagram ead_revised.tmp#am.dates.era_era
Used by
Attributes
QName Type Use
era xs:NMTOKEN optional
Source
<xs:attributeGroup name="am.dates.era">
  <xs:attribute name="era" type="xs:NMTOKEN"/>
</xs:attributeGroup>
[ top ]
Attribute Group schema:am.dates.calendar
Diagram
Diagram ead_revised.tmp#am.dates.calendar_calendar
Used by
Attributes
QName Type Use
calendar xs:NMTOKEN optional
Source
<xs:attributeGroup name="am.dates.calendar">
  <xs:attribute name="calendar" type="xs:NMTOKEN"/>
</xs:attributeGroup>
[ top ]
Attribute Group schema:am.date.normal
Diagram
Diagram ead_revised.tmp#am.date.normal_normal
Used by
Attributes
QName Type Use
normal xs:token optional
Source
<xs:attributeGroup name="am.date.normal">
  <xs:attribute name="normal" type="xs:token"/>
</xs:attributeGroup>
[ top ]
Attribute Group schema:m.datesingle
Diagram
Diagram ead_revised.tmp#m.datesingle_standarddate ead_revised.tmp#m.datesingle_notbefore ead_revised.tmp#m.datesingle_notafter
Used by
Attributes
Source
<xs:attributeGroup name="m.datesingle">
  <xs:attribute name="standarddate" type="schema:m.data.standarddate"/>
  <xs:attribute name="notbefore" type="schema:m.data.standarddate"/>
  <xs:attribute name="notafter" type="schema:m.data.standarddate"/>
</xs:attributeGroup>
[ top ]
Attribute Group schema:a.desc.base
Diagram
Diagram ead_revised.tmp#a.desc.base_otherlevel ead_revised.tmp#a.desc.base_encodinganalog
Used by
Element schema:archdesc
Attribute Group schema:a.desc.c
Attributes
QName Type Use
encodinganalog optional
otherlevel xs:NMTOKEN optional
Source
<xs:attributeGroup name="a.desc.base">
  <xs:attribute name="otherlevel" type="xs:NMTOKEN"/>
  <xs:attribute name="encodinganalog"/>
</xs:attributeGroup>
[ top ]
Attribute Group schema:a.access
Diagram
Diagram ead_revised.tmp#a.access.no.normal_source ead_revised.tmp#a.access.no.normal_rules ead_revised.tmp#a.access.no.normal_identifier ead_revised.tmp#a.access.no.normal ead_revised.tmp#a.access_normal
Used by
Attributes
QName Type Use
identifier optional
normal optional
rules xs:NMTOKEN optional
source xs:token optional
Source
<xs:attributeGroup name="a.access">
  <xs:attributeGroup ref="schema:a.access.no.normal"/>
  <xs:attribute name="normal"/>
</xs:attributeGroup>
[ top ]
Attribute Group schema:a.access.no.normal
Diagram
Diagram ead_revised.tmp#a.access.no.normal_source ead_revised.tmp#a.access.no.normal_rules ead_revised.tmp#a.access.no.normal_identifier
Used by
Attribute Group schema:a.access
Attributes
QName Type Use
identifier optional
rules xs:NMTOKEN optional
source xs:token optional
Source
<xs:attributeGroup name="a.access.no.normal">
  <xs:attribute name="source" type="xs:token"/>
  <xs:attribute name="rules" type="xs:NMTOKEN"/>
  <xs:attribute name="identifier"/>
</xs:attributeGroup>
[ top ]
Attribute Group schema:a.desc.c
Diagram
Diagram ead_revised.tmp#a.common.empty ead_revised.tmp#a.common_lang ead_revised.tmp#a.common_script ead_revised.tmp#a.common ead_revised.tmp#a.desc.c_level ead_revised.tmp#a.desc.base_otherlevel ead_revised.tmp#a.desc.base_encodinganalog ead_revised.tmp#a.desc.base
Used by
Complex Type schema:m.c.base
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
level schema:av.level optional
otherlevel xs:NMTOKEN optional
script optional
Source
<xs:attributeGroup name="a.desc.c">
  <xs:attributeGroup ref="schema:a.common"/>
  <xs:attribute name="level" type="schema:av.level"/>
  <xs:attributeGroup ref="schema:a.desc.base"/>
</xs:attributeGroup>
[ top ]
Attribute Group schema:a.dsctab.tpattern
Diagram
Diagram ead_revised.tmp#a.dsctab.tpattern_tpattern
Used by
Element schema:dsc
Attributes
QName Type Use
tpattern xs:NMTOKEN optional
Source
<xs:attributeGroup name="a.dsctab.tpattern">
  <xs:attribute name="tpattern" type="xs:NMTOKEN"/>
</xs:attributeGroup>
[ top ]
Attribute Group schema:a.localtype
Diagram
Diagram ead_revised.tmp#a.localtype_localtype
Attributes
QName Type Use
localtype required
Source
<xs:attributeGroup name="a.localtype">
  <xs:attribute name="localtype" use="required"/>
</xs:attributeGroup>
[ top ]
Attribute Group schema:am.countrycode
Diagram
Diagram ead_revised.tmp#am.countrycode_countrycode
Used by
Element schema:unitid
Attributes
QName Type Use
countrycode xs:NMTOKEN optional
Source
<xs:attributeGroup name="am.countrycode">
  <xs:attribute name="countrycode" type="xs:NMTOKEN"/>
</xs:attributeGroup>
[ top ]
Attribute Group schema:a.link.href
Diagram
Diagram ead_revised.tmp#a.link.href_href
Attributes
QName Type Use
href xs:anyURI required
Source
<xs:attributeGroup name="a.link.href">
  <xs:attribute name="href" use="required" type="xs:anyURI"/>
</xs:attributeGroup>
[ top ]
Attribute Group schema:a.link.role
Diagram
Diagram ead_revised.tmp#a.link.role_linkrole
Attributes
QName Type Use
linkrole xs:anyURI required
Source
<xs:attributeGroup name="a.link.role">
  <xs:attribute name="linkrole" use="required" type="xs:anyURI"/>
</xs:attributeGroup>
[ top ]
Attribute Group schema:a.link.arcrole
Diagram
Diagram ead_revised.tmp#a.link.arcrole_arcrole
Attributes
QName Type Use
arcrole xs:anyURI required
Source
<xs:attributeGroup name="a.link.arcrole">
  <xs:attribute name="arcrole" use="required" type="xs:anyURI"/>
</xs:attributeGroup>
[ top ]
Attribute Group schema:a.link.title
Diagram
Diagram ead_revised.tmp#a.link.title_linktitle
Attributes
QName Type Use
linktitle required
Source
<xs:attributeGroup name="a.link.title">
  <xs:attribute name="linktitle" use="required"/>
</xs:attributeGroup>
[ top ]
Attribute Group schema:a.link.show
Diagram
Diagram ead_revised.tmp#a.link.show_show
Attributes
QName Type Use
show restriction of xs:token required
Source
<xs:attributeGroup name="a.link.show">
  <xs:attribute name="show" use="required">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="new"/>
        <xs:enumeration value="replace"/>
        <xs:enumeration value="embed"/>
        <xs:enumeration value="other"/>
        <xs:enumeration value="none"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>
[ top ]
Attribute Group schema:a.link.actuate
Diagram
Diagram ead_revised.tmp#a.link.actuate_actuate
Attributes
QName Type Use
actuate restriction of xs:token required
Source
<xs:attributeGroup name="a.link.actuate">
  <xs:attribute name="actuate" use="required">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="onLoad"/>
        <xs:enumeration value="onRequest"/>
        <xs:enumeration value="other"/>
        <xs:enumeration value="none"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>
[ top ]
Attribute Group schema:m.geographicalcoordinates
Diagram
Diagram ead_revised.tmp#m.geographicalcoordinates_longitude ead_revised.tmp#m.geographicalcoordinates_latitude ead_revised.tmp#m.geographicalcoordinates_altitude
Attributes
QName Type Use
altitude xs:NMTOKEN optional
latitude xs:NMTOKEN required
longitude xs:NMTOKEN required
Source
<xs:attributeGroup name="m.geographicalcoordinates">
  <xs:attribute name="longitude" use="required" type="xs:NMTOKEN"/>
  <xs:attribute name="latitude" use="required" type="xs:NMTOKEN"/>
  <xs:attribute name="altitude" type="xs:NMTOKEN"/>
</xs:attributeGroup>
[ top ]
Attribute Group schema:a.lastdatetimeverified
Diagram
Diagram ead_revised.tmp#a.lastdatetimeverified_lastdatetimeverified
Attributes
Source
<xs:attributeGroup name="a.lastdatetimeverified">
  <xs:attribute name="lastdatetimeverified" use="required" type="schema:m.data.standardDateTime"/>
</xs:attributeGroup>
[ top ]